2023-11-08T02:19:51.693 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T02:19:51.694 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249 -- /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249/orig.config.yaml 2023-11-08T02:19:51.727 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T02:19:51.808 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249 branch: wip-yuri3-testing-2023-11-07-0801-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7451249' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri3-testing-2023-11-07-0801-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: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-07-0801-pacific sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3886 sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-07-0801-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f targets: smithi044.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNI2EH4GzI491Hsj43+FwI8F29Z6ngsyvwvDd4rrWlaQBUW/bujZMSqVMHAF+5ci8WzkDiv2XV7Pf6TloRG/JFg= smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB7N7u2hGs8A1tZgznKrhYQ5L7T+vu9x212SS/p821bFs2rGr15kOSx7XT9Y60Seoi2QKEGkO0aii68uu8Dm8DA= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-07_19:34:21 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-08T02:19:51.809 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa; will attempt to use it 2023-11-08T02:19:51.810 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks 2023-11-08T02:19:51.810 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T02:19:51.812 INFO:teuthology.task.internal:Checking packages... 2023-11-08T02:19:51.835 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f' 2023-11-08T02:19:51.836 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T02:19:51.836 INFO:teuthology.packaging:ref: None 2023-11-08T02:19:51.836 INFO:teuthology.packaging:tag: None 2023-11-08T02:19:51.837 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T02:19:51.837 INFO:teuthology.packaging:sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T02:19:51.837 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T02:19:51.990 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-129.gcfb6fd52 2023-11-08T02:19:51.991 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T02:19:51.998 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T02:19:51.998 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T02:19:52.072 INFO:teuthology.task.internal:Saving configuration 2023-11-08T02:19:52.085 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T02:19:52.092 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T02:19:52.117 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 02:14:44.346693', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNI2EH4GzI491Hsj43+FwI8F29Z6ngsyvwvDd4rrWlaQBUW/bujZMSqVMHAF+5ci8WzkDiv2XV7Pf6TloRG/JFg='} 2023-11-08T02:19:52.138 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 02:14:44.348902', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB7N7u2hGs8A1tZgznKrhYQ5L7T+vu9x212SS/p821bFs2rGr15kOSx7XT9Y60Seoi2QKEGkO0aii68uu8Dm8DA='} 2023-11-08T02:19:52.139 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T02:19:52.145 INFO:teuthology.task.internal:roles: ubuntu@smithi044.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-08T02:19:52.145 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-08T02:19:52.146 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T02:19:52.214 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5de5fa4b80>, signals=[15]) 2023-11-08T02:19:52.215 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T02:19:52.222 INFO:teuthology.task.internal:Opening connections... 2023-11-08T02:19:52.223 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi044.front.sepia.ceph.com 2023-11-08T02:19:52.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:19:52.295 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2023-11-08T02:19:52.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:19:52.365 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T02:19:52.372 DEBUG:teuthology.orchestra.run.smithi044:> uname -m 2023-11-08T02:19:52.396 INFO:teuthology.orchestra.run.smithi044.stdout:x86_64 2023-11-08T02:19:52.396 DEBUG:teuthology.orchestra.run.smithi044:> cat /etc/os-release 2023-11-08T02:19:52.458 INFO:teuthology.orchestra.run.smithi044.stdout:NAME="CentOS Stream" 2023-11-08T02:19:52.458 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION="8" 2023-11-08T02:19:52.459 INFO:teuthology.orchestra.run.smithi044.stdout:ID="centos" 2023-11-08T02:19:52.459 INFO:teuthology.orchestra.run.smithi044.stdout:ID_LIKE="rhel fedora" 2023-11-08T02:19:52.459 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_ID="8" 2023-11-08T02:19:52.459 INFO:teuthology.orchestra.run.smithi044.stdout:PLATFORM_ID="platform:el8" 2023-11-08T02:19:52.459 INFO:teuthology.orchestra.run.smithi044.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T02:19:52.460 INFO:teuthology.orchestra.run.smithi044.stdout:ANSI_COLOR="0;31" 2023-11-08T02:19:52.460 INFO:teuthology.orchestra.run.smithi044.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T02:19:52.460 INFO:teuthology.orchestra.run.smithi044.stdout:HOME_URL="https://centos.org/" 2023-11-08T02:19:52.460 INFO:teuthology.orchestra.run.smithi044.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T02:19:52.460 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T02:19:52.461 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T02:19:52.461 INFO:teuthology.lock.ops:Updating smithi044.front.sepia.ceph.com on lock server 2023-11-08T02:19:52.486 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2023-11-08T02:19:52.508 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2023-11-08T02:19:52.508 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2023-11-08T02:19:52.570 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="CentOS Stream" 2023-11-08T02:19:52.570 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="8" 2023-11-08T02:19:52.570 INFO:teuthology.orchestra.run.smithi087.stdout:ID="centos" 2023-11-08T02:19:52.570 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="rhel fedora" 2023-11-08T02:19:52.571 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="8" 2023-11-08T02:19:52.571 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el8" 2023-11-08T02:19:52.571 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T02:19:52.571 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2023-11-08T02:19:52.571 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T02:19:52.572 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://centos.org/" 2023-11-08T02:19:52.572 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T02:19:52.572 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T02:19:52.572 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T02:19:52.573 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2023-11-08T02:19:52.594 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T02:19:52.603 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T02:19:52.609 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T02:19:52.610 DEBUG:teuthology.orchestra.run.smithi044:> test '!' -e /home/ubuntu/cephtest 2023-11-08T02:19:52.612 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2023-11-08T02:19:52.632 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T02:19:52.639 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T02:19:52.639 DEBUG:teuthology.orchestra.run.smithi044:> test -z $(ls -A /var/lib/ceph) 2023-11-08T02:19:52.673 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2023-11-08T02:19:52.704 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T02:19:52.760 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T02:19:52.774 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T02:19:52.775 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-08T02:19:52.776 DEBUG:teuthology.orchestra.run.smithi044:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T02:19:52.776 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T02:19:52.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:19:52.796 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-11-08T02:19:52.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:19:52.798 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2023-11-08T02:19:52.857 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-489.el8.x86_64 2023-11-08T02:19:52.857 INFO:teuthology.task.kernel:Running kernel on smithi087: 4.18.0-489.el8.x86_64 2023-11-08T02:19:52.858 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2023-11-08T02:19:52.862 INFO:teuthology.orchestra.run.smithi044.stdout:4.18.0-489.el8.x86_64 2023-11-08T02:19:52.862 INFO:teuthology.task.kernel:Running kernel on smithi044: 4.18.0-489.el8.x86_64 2023-11-08T02:19:52.862 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum install -y kernel 2023-11-08T02:20:05.916 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - AppStream 3.3 MB/s | 34 MB 00:10 2023-11-08T02:20:21.948 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - AppStream 1.3 MB/s | 34 MB 00:26 2023-11-08T02:32:47.041 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - BaseOS 73 kB/s | 53 MB 12:19 2023-11-08T02:32:52.768 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - BaseOS 71 kB/s | 53 MB 12:40 2023-11-08T02:32:54.925 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras 46 kB/s | 18 kB 00:00 2023-11-08T02:32:55.484 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-11-08T02:32:55.777 INFO:teuthology.orchestra.run.smithi087.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-08T02:32:58.927 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 5.3 MB/s | 16 MB 00:03 2023-11-08T02:33:01.042 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - Extras 61 kB/s | 18 kB 00:00 2023-11-08T02:33:01.710 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2023-11-08T02:33:02.120 INFO:teuthology.orchestra.run.smithi044.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-11-08T02:33:02.752 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 394 kB/s | 24 kB 00:00 2023-11-08T02:33:03.454 INFO:teuthology.orchestra.run.smithi044.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-11-08T02:33:06.335 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T02:33:06.335 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T02:33:06.603 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-08T02:33:06.604 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:33:06.605 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-11-08T02:33:06.605 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:33:06.605 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2023-11-08T02:33:06.605 INFO:teuthology.orchestra.run.smithi087.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T02:33:06.606 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-11-08T02:33:06.606 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T02:33:06.606 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T02:33:06.607 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:33:06.607 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-11-08T02:33:06.607 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:33:06.608 INFO:teuthology.orchestra.run.smithi087.stdout:Install 3 Packages 2023-11-08T02:33:06.608 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:33:06.608 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 89 M 2023-11-08T02:33:06.608 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 96 M 2023-11-08T02:33:06.609 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-11-08T02:33:07.262 INFO:teuthology.orchestra.run.smithi087.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 22 MB/s | 10 MB 00:00 2023-11-08T02:33:07.446 INFO:teuthology.orchestra.run.smithi044.stdout:lab-extras 526 kB/s | 24 kB 00:00 2023-11-08T02:33:08.370 INFO:teuthology.orchestra.run.smithi087.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 23 MB/s | 36 MB 00:01 2023-11-08T02:33:08.929 INFO:teuthology.orchestra.run.smithi087.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-11-08T02:33:08.929 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-11-08T02:33:08.930 INFO:teuthology.orchestra.run.smithi087.stdout:Total 38 MB/s | 89 MB 00:02 2023-11-08T02:33:09.610 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-11-08T02:33:10.029 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-11-08T02:33:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-11-08T02:33:11.178 INFO:teuthology.orchestra.run.smithi044.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T02:33:11.179 INFO:teuthology.orchestra.run.smithi044.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T02:33:11.255 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-11-08T02:33:11.279 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-11-08T02:33:11.476 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2023-11-08T02:33:11.477 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:33:11.477 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2023-11-08T02:33:11.477 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:33:11.477 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2023-11-08T02:33:11.478 INFO:teuthology.orchestra.run.smithi044.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T02:33:11.478 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2023-11-08T02:33:11.478 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T02:33:11.478 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T02:33:11.479 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:33:11.479 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2023-11-08T02:33:11.479 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:33:11.479 INFO:teuthology.orchestra.run.smithi044.stdout:Install 3 Packages 2023-11-08T02:33:11.479 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:33:11.480 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 89 M 2023-11-08T02:33:11.480 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 96 M 2023-11-08T02:33:11.480 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2023-11-08T02:33:12.922 INFO:teuthology.orchestra.run.smithi044.stdout:(1/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 29 MB/s | 36 MB 00:01 2023-11-08T02:33:13.322 INFO:teuthology.orchestra.run.smithi044.stdout:(2/3): kernel-4.18.0-521.el8.x86_64.rpm 6.1 MB/s | 10 MB 00:01 2023-11-08T02:33:13.772 INFO:teuthology.orchestra.run.smithi044.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2023-11-08T02:33:13.773 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2023-11-08T02:33:13.773 INFO:teuthology.orchestra.run.smithi044.stdout:Total 39 MB/s | 89 MB 00:02 2023-11-08T02:33:14.000 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-11-08T02:33:14.478 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2023-11-08T02:33:14.527 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:33:14.928 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2023-11-08T02:33:14.928 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2023-11-08T02:33:16.219 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2023-11-08T02:33:16.258 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2023-11-08T02:33:18.087 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:33:18.477 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:33:19.143 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2023-11-08T02:33:19.685 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:33:21.907 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:33:22.182 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:23.469 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:33:23.885 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:33:27.560 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:33:27.876 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:43.973 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:43.997 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:44.341 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:44.342 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:33:44.342 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:33:45.320 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:45.321 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:33:45.321 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-11-08T02:33:45.321 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T02:33:45.321 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T02:33:45.322 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:33:45.322 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-08T02:33:45.481 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T02:33:45.699 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T02:33:45.699 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T02:33:45.699 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T02:33:45.700 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T02:33:45.700 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T02:33:45.700 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T02:33:45.700 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T02:33:45.701 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T02:33:45.907 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T02:33:45.908 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T02:33:45.908 DEBUG:teuthology.orchestra.run.smithi087:> sudo rpm -qi grub2-tools 2023-11-08T02:33:45.941 INFO:teuthology.orchestra.run.smithi087.stdout:Name : grub2-tools 2023-11-08T02:33:45.942 INFO:teuthology.orchestra.run.smithi087.stdout:Epoch : 1 2023-11-08T02:33:45.942 INFO:teuthology.orchestra.run.smithi087.stdout:Version : 2.02 2023-11-08T02:33:45.942 INFO:teuthology.orchestra.run.smithi087.stdout:Release : 129.el8 2023-11-08T02:33:45.942 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: x86_64 2023-11-08T02:33:45.943 INFO:teuthology.orchestra.run.smithi087.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T02:33:45.943 INFO:teuthology.orchestra.run.smithi087.stdout:Group : System Environment/Base 2023-11-08T02:33:45.943 INFO:teuthology.orchestra.run.smithi087.stdout:Size : 9265586 2023-11-08T02:33:45.943 INFO:teuthology.orchestra.run.smithi087.stdout:License : GPLv3+ 2023-11-08T02:33:45.943 INFO:teuthology.orchestra.run.smithi087.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T02:33:45.944 INFO:teuthology.orchestra.run.smithi087.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T02:33:45.944 INFO:teuthology.orchestra.run.smithi087.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T02:33:45.944 INFO:teuthology.orchestra.run.smithi087.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T02:33:45.944 INFO:teuthology.orchestra.run.smithi087.stdout:Relocations : (not relocatable) 2023-11-08T02:33:45.944 INFO:teuthology.orchestra.run.smithi087.stdout:Packager : CentOS BuildSystem 2023-11-08T02:33:45.945 INFO:teuthology.orchestra.run.smithi087.stdout:Vendor : CentOS 2023-11-08T02:33:45.945 INFO:teuthology.orchestra.run.smithi087.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T02:33:45.945 INFO:teuthology.orchestra.run.smithi087.stdout:Summary : Support tools for GRUB. 2023-11-08T02:33:45.945 INFO:teuthology.orchestra.run.smithi087.stdout:Description : 2023-11-08T02:33:45.945 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:33:45.946 INFO:teuthology.orchestra.run.smithi087.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T02:33:45.946 INFO:teuthology.orchestra.run.smithi087.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T02:33:45.946 INFO:teuthology.orchestra.run.smithi087.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T02:33:45.946 INFO:teuthology.orchestra.run.smithi087.stdout:hardware devices. 2023-11-08T02:33:45.946 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:33:45.947 INFO:teuthology.orchestra.run.smithi087.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T02:33:45.948 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T02:33:45.948 INFO:teuthology.task.kernel:Updating grub on smithi087 to boot 4.18.0-521.el8.x86_64 2023-11-08T02:33:45.948 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T02:33:47.270 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2023-11-08T02:33:49.346 INFO:teuthology.orchestra.run.smithi087.stderr:done 2023-11-08T02:33:49.348 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2023-11-08T02:33:49.384 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.eDZ2R6gm6O 2023-11-08T02:33:49.385 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.eDZ2R6gm6O 2023-11-08T02:33:49.459 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.eDZ2R6gm6O 2023-11-08T02:33:49.606 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.eDZ2R6gm6O is 6KB 2023-11-08T02:33:49.654 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.eDZ2R6gm6O 2023-11-08T02:33:49.672 DEBUG:teuthology.orchestra.run.smithi087:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T02:33:49.761 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T02:33:49.761 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T02:33:49.761 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T02:33:49.762 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T02:33:49.763 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T02:33:49.867 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2023-11-08T02:33:51.205 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:51.229 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:51.595 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:51.596 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T02:33:51.596 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T02:33:52.428 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T02:33:52.428 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:33:52.429 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2023-11-08T02:33:52.429 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T02:33:52.429 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T02:33:52.429 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:33:52.430 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2023-11-08T02:33:52.729 DEBUG:teuthology.orchestra.run.smithi044:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T02:33:52.964 INFO:teuthology.orchestra.run.smithi044.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T02:33:52.964 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T02:33:52.964 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T02:33:52.965 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T02:33:52.965 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T02:33:52.965 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T02:33:52.965 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi044.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T02:33:52.966 DEBUG:teuthology.orchestra.run.smithi044:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T02:33:53.185 INFO:teuthology.orchestra.run.smithi044.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T02:33:53.185 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T02:33:53.186 DEBUG:teuthology.orchestra.run.smithi044:> sudo rpm -qi grub2-tools 2023-11-08T02:33:53.221 INFO:teuthology.orchestra.run.smithi044.stdout:Name : grub2-tools 2023-11-08T02:33:53.221 INFO:teuthology.orchestra.run.smithi044.stdout:Epoch : 1 2023-11-08T02:33:53.221 INFO:teuthology.orchestra.run.smithi044.stdout:Version : 2.02 2023-11-08T02:33:53.222 INFO:teuthology.orchestra.run.smithi044.stdout:Release : 129.el8 2023-11-08T02:33:53.222 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: x86_64 2023-11-08T02:33:53.222 INFO:teuthology.orchestra.run.smithi044.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T02:33:53.222 INFO:teuthology.orchestra.run.smithi044.stdout:Group : System Environment/Base 2023-11-08T02:33:53.222 INFO:teuthology.orchestra.run.smithi044.stdout:Size : 9265586 2023-11-08T02:33:53.223 INFO:teuthology.orchestra.run.smithi044.stdout:License : GPLv3+ 2023-11-08T02:33:53.223 INFO:teuthology.orchestra.run.smithi044.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T02:33:53.223 INFO:teuthology.orchestra.run.smithi044.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T02:33:53.223 INFO:teuthology.orchestra.run.smithi044.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T02:33:53.223 INFO:teuthology.orchestra.run.smithi044.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T02:33:53.224 INFO:teuthology.orchestra.run.smithi044.stdout:Relocations : (not relocatable) 2023-11-08T02:33:53.224 INFO:teuthology.orchestra.run.smithi044.stdout:Packager : CentOS BuildSystem 2023-11-08T02:33:53.224 INFO:teuthology.orchestra.run.smithi044.stdout:Vendor : CentOS 2023-11-08T02:33:53.224 INFO:teuthology.orchestra.run.smithi044.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T02:33:53.224 INFO:teuthology.orchestra.run.smithi044.stdout:Summary : Support tools for GRUB. 2023-11-08T02:33:53.224 INFO:teuthology.orchestra.run.smithi044.stdout:Description : 2023-11-08T02:33:53.225 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:33:53.225 INFO:teuthology.orchestra.run.smithi044.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T02:33:53.225 INFO:teuthology.orchestra.run.smithi044.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T02:33:53.225 INFO:teuthology.orchestra.run.smithi044.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T02:33:53.225 INFO:teuthology.orchestra.run.smithi044.stdout:hardware devices. 2023-11-08T02:33:53.226 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:33:53.226 INFO:teuthology.orchestra.run.smithi044.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T02:33:53.227 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T02:33:53.227 INFO:teuthology.task.kernel:Updating grub on smithi044 to boot 4.18.0-521.el8.x86_64 2023-11-08T02:33:53.227 DEBUG:teuthology.orchestra.run.smithi044:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T02:33:54.745 INFO:teuthology.orchestra.run.smithi044.stderr:Generating grub configuration file ... 2023-11-08T02:33:56.603 INFO:teuthology.orchestra.run.smithi044.stderr:done 2023-11-08T02:33:56.604 DEBUG:teuthology.orchestra.run.smithi044:> mktemp 2023-11-08T02:33:56.642 INFO:teuthology.orchestra.run.smithi044.stdout:/tmp/tmp.eY2S38vAqg 2023-11-08T02:33:56.643 DEBUG:teuthology.orchestra.run.smithi044:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.eY2S38vAqg 2023-11-08T02:33:56.716 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 0666 /tmp/tmp.eY2S38vAqg 2023-11-08T02:33:56.889 DEBUG:teuthology.orchestra.remote:smithi044:/tmp/tmp.eY2S38vAqg is 6KB 2023-11-08T02:33:56.937 DEBUG:teuthology.orchestra.run.smithi044:> rm -fr /tmp/tmp.eY2S38vAqg 2023-11-08T02:33:56.955 DEBUG:teuthology.orchestra.run.smithi044:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T02:33:57.021 INFO:teuthology.orchestra.run.smithi044.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T02:33:57.021 INFO:teuthology.orchestra.run.smithi044.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T02:33:57.021 INFO:teuthology.orchestra.run.smithi044.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T02:33:57.021 INFO:teuthology.orchestra.run.smithi044.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T02:33:57.022 DEBUG:teuthology.orchestra.run.smithi044:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T02:33:57.328 DEBUG:teuthology.orchestra.run.smithi044:> sudo shutdown -r now 2023-11-08T02:34:19.890 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T02:34:19.891 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-08T02:34:19.892 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:34:27.338 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T02:34:27.339 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-11-08T02:34:27.339 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:34:38.331 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-11-08T02:34:45.754 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.44 2023-11-08T02:34:47.334 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-08T02:34:47.334 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:34:50.394 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-11-08T02:34:54.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-11-08T02:34:54.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:35:02.403 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-08T02:35:02.404 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:35:20.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-11-08T02:35:35.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-08T02:35:35.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:35:36.266 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-11-08T02:35:36.517 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-08T02:35:36.517 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-08T02:35:36.518 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-11-08T02:35:36.534 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-521.el8.x86_64 2023-11-08T02:35:36.535 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T02:35:36.535 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T02:35:36.535 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T02:35:37.537 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T02:35:37.537 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T02:35:38.265 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2023-11-08T02:35:38.292 DEBUG:teuthology.parallel:result is None 2023-11-08T02:35:54.761 DEBUG:teuthology.orchestra.remote:timed out 2023-11-08T02:36:06.763 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-11-08T02:36:06.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:36:07.040 DEBUG:teuthology.orchestra.run.smithi044:> true 2023-11-08T02:36:07.342 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-11-08T02:36:07.342 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-08T02:36:07.343 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2023-11-08T02:36:07.365 INFO:teuthology.orchestra.run.smithi044.stdout:4.18.0-521.el8.x86_64 2023-11-08T02:36:07.365 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T02:36:07.366 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T02:36:07.366 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T02:36:08.367 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T02:36:08.367 DEBUG:teuthology.orchestra.run.smithi044:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T02:36:08.428 INFO:teuthology.orchestra.run.smithi044.stdout:ttyS1 2023-11-08T02:36:08.441 DEBUG:teuthology.parallel:result is None 2023-11-08T02:36:08.442 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T02:36:08.449 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T02:36:08.449 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T02:36:08.451 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T02:36:08.476 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T02:36:08.483 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T02:36:08.490 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T02:36:08.491 DEBUG:teuthology.orchestra.run.smithi044:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T02:36:08.515 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T02:36:08.560 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T02:36:08.568 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T02:36:08.568 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T02:36:08.599 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-08T02:36:08.642 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:36:08.643 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:36:08.653 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:36:08.655 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:36:08.656 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T02:36:08.664 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T02:36:08.664 DEBUG:teuthology.orchestra.run.smithi044:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T02:36:08.667 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-08T02:36:08.724 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T02:36:08.734 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T02:36:08.735 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T02:36:08.742 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T02:36:08.783 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:36:08.853 DEBUG:teuthology.orchestra.run.smithi044:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:36:08.911 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:36:09.001 DEBUG:teuthology.orchestra.run.smithi044:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:36:09.051 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:36:09.051 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T02:36:09.124 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:36:09.175 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:36:09.226 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:36:09.325 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:36:09.361 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:36:09.361 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T02:36:09.430 DEBUG:teuthology.orchestra.run.smithi044:> sudo service rsyslog restart 2023-11-08T02:36:09.433 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2023-11-08T02:36:09.510 INFO:teuthology.orchestra.run.smithi044.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T02:36:09.551 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T02:36:09.827 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T02:36:09.843 INFO:teuthology.task.internal:Starting timer... 2023-11-08T02:36:09.843 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T02:36:09.855 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T02:36:09.864 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-08T02:36:09.865 DEBUG:teuthology.orchestra.run.smithi044:> sudo service auditd rotate 2023-11-08T02:36:09.966 INFO:teuthology.orchestra.run.smithi044.stdout:Rotating logs: 2023-11-08T02:36:09.968 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2023-11-08T02:36:10.076 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: 2023-11-08T02:36:10.077 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T02:36:10.078 DEBUG:teuthology.orchestra.run.smithi044:> /usr/sbin/getenforce 2023-11-08T02:36:10.133 INFO:teuthology.orchestra.run.smithi044.stdout:Permissive 2023-11-08T02:36:10.133 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2023-11-08T02:36:10.209 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2023-11-08T02:36:10.210 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi044.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi087.front.sepia.ceph.com': 'permissive'} 2023-11-08T02:36:10.210 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T02:36:10.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:36:10.247 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-08T02:36:10.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:36:10.275 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T02:36:10.276 DEBUG:teuthology.orchestra.run.smithi044:> sudo /usr/sbin/setenforce permissive 2023-11-08T02:36:10.324 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2023-11-08T02:36:10.351 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T02:36:10.362 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-08T02:36:10.362 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T02:36:10.384 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-08T02:36:10.386 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi044.front.sepia.ceph.com,smithi087.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T02:44:28.967 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi044.front.sepia.ceph.com'), Remote(name='ubuntu@smithi087.front.sepia.ceph.com')] 2023-11-08T02:44:28.969 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-11-08T02:44:28.970 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:44:29.042 DEBUG:teuthology.orchestra.run.smithi044:> true 2023-11-08T02:44:29.121 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-11-08T02:44:29.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-08T02:44:29.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:44:29.194 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-11-08T02:44:29.260 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-08T02:44:29.260 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T02:44:29.273 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T02:44:29.274 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T02:44:29.274 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T02:44:29.277 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T02:44:29.277 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-08T02:44:29.315 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T02:44:29.331 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T02:44:29.332 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T02:44:29.344 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T02:44:29.400 INFO:teuthology.orchestra.run.smithi044.stderr:sudo: ntpd: command not found 2023-11-08T02:44:29.413 INFO:teuthology.orchestra.run.smithi044.stdout:506 Cannot talk to daemon 2023-11-08T02:44:29.416 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2023-11-08T02:44:29.428 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2023-11-08T02:44:29.428 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T02:44:29.442 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T02:44:29.444 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T02:44:29.455 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T02:44:29.521 INFO:teuthology.orchestra.run.smithi044.stderr:bash: ntpq: command not found 2023-11-08T02:44:29.524 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-11-08T02:44:29.525 INFO:teuthology.orchestra.run.smithi044.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T02:44:29.526 INFO:teuthology.orchestra.run.smithi044.stdout:=============================================================================== 2023-11-08T02:44:29.526 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:29.526 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:29.526 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:29.527 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:29.528 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T02:44:29.529 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-11-08T02:44:29.529 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:29.529 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:29.529 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:29.529 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T02:44:29.530 INFO:teuthology.run_tasks:Running task pexec... 2023-11-08T02:44:29.539 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-08T02:44:29.540 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi044.front.sepia.ceph.com 2023-11-08T02:44:29.540 DEBUG:teuthology.orchestra.run.smithi044:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T02:44:29.540 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi087.front.sepia.ceph.com 2023-11-08T02:44:29.541 DEBUG:teuthology.orchestra.run.smithi087:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T02:44:30.442 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:02:29 ago on Wed 08 Nov 2023 02:42:01 AM UTC. 2023-11-08T02:44:30.577 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:43 ago on Wed 08 Nov 2023 02:42:47 AM UTC. 2023-11-08T02:44:32.559 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-08T02:44:32.560 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:44:32.560 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-11-08T02:44:32.560 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:44:32.560 INFO:teuthology.orchestra.run.smithi087.stdout:Resetting modules: 2023-11-08T02:44:32.560 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools 2023-11-08T02:44:32.561 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:44:32.561 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-11-08T02:44:32.561 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:44:32.561 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:44:32.811 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-08T02:44:32.929 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2023-11-08T02:44:32.930 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:44:32.930 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2023-11-08T02:44:32.930 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:44:32.930 INFO:teuthology.orchestra.run.smithi044.stdout:Resetting modules: 2023-11-08T02:44:32.931 INFO:teuthology.orchestra.run.smithi044.stdout: container-tools 2023-11-08T02:44:32.931 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:44:32.931 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2023-11-08T02:44:32.932 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:44:32.932 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:44:33.205 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2023-11-08T02:44:33.766 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:02:32 ago on Wed 08 Nov 2023 02:42:01 AM UTC. 2023-11-08T02:44:34.280 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 Nov 2023 02:42:47 AM UTC. 2023-11-08T02:44:35.851 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-08T02:44:36.023 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:44:36.024 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2023-11-08T02:44:36.024 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:44:36.024 INFO:teuthology.orchestra.run.smithi087.stdout:Installing group/module packages: 2023-11-08T02:44:36.024 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T02:44:36.024 INFO:teuthology.orchestra.run.smithi087.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T02:44:36.025 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T02:44:36.025 INFO:teuthology.orchestra.run.smithi087.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T02:44:36.025 INFO:teuthology.orchestra.run.smithi087.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T02:44:36.025 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T02:44:36.025 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T02:44:36.026 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T02:44:36.026 INFO:teuthology.orchestra.run.smithi087.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T02:44:36.026 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-11-08T02:44:36.026 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T02:44:36.026 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T02:44:36.027 INFO:teuthology.orchestra.run.smithi087.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T02:44:36.027 INFO:teuthology.orchestra.run.smithi087.stdout:Installing weak dependencies: 2023-11-08T02:44:36.027 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T02:44:36.027 INFO:teuthology.orchestra.run.smithi087.stdout:Installing module profiles: 2023-11-08T02:44:36.027 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools/common 2023-11-08T02:44:36.028 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:44:36.028 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling module streams: 2023-11-08T02:44:36.028 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools rhel8 2023-11-08T02:44:36.028 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:44:36.028 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-11-08T02:44:36.028 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-08T02:44:36.029 INFO:teuthology.orchestra.run.smithi087.stdout:Install 13 Packages 2023-11-08T02:44:36.029 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:44:36.029 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 27 M 2023-11-08T02:44:36.030 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 89 M 2023-11-08T02:44:36.030 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-11-08T02:44:36.269 INFO:teuthology.orchestra.run.smithi087.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.6 MB/s | 750 kB 00:00 2023-11-08T02:44:36.303 INFO:teuthology.orchestra.run.smithi087.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.2 MB/s | 1.0 MB 00:00 2023-11-08T02:44:36.336 INFO:teuthology.orchestra.run.smithi087.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2023-11-08T02:44:36.362 INFO:teuthology.orchestra.run.smithi087.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-08T02:44:36.445 INFO:teuthology.orchestra.run.smithi087.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2023-11-08T02:44:36.512 INFO:teuthology.orchestra.run.smithi087.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2023-11-08T02:44:36.529 INFO:teuthology.orchestra.run.smithi087.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 295 kB/s | 25 kB 00:00 2023-11-08T02:44:36.546 INFO:teuthology.orchestra.run.smithi087.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.7 MB/s | 94 kB 00:00 2023-11-08T02:44:36.590 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2023-11-08T02:44:36.655 INFO:teuthology.orchestra.run.smithi087.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 18 MB/s | 9.6 MB 00:00 2023-11-08T02:44:36.714 INFO:teuthology.orchestra.run.smithi087.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 15 MB/s | 2.5 MB 00:00 2023-11-08T02:44:36.739 INFO:teuthology.orchestra.run.smithi087.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 632 kB/s | 53 kB 00:00 2023-11-08T02:44:36.764 INFO:teuthology.orchestra.run.smithi087.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2023-11-08T02:44:36.783 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:44:36.784 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2023-11-08T02:44:36.784 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:44:36.785 INFO:teuthology.orchestra.run.smithi044.stdout:Installing group/module packages: 2023-11-08T02:44:36.785 INFO:teuthology.orchestra.run.smithi044.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T02:44:36.785 INFO:teuthology.orchestra.run.smithi044.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T02:44:36.786 INFO:teuthology.orchestra.run.smithi044.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T02:44:36.786 INFO:teuthology.orchestra.run.smithi044.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T02:44:36.786 INFO:teuthology.orchestra.run.smithi044.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T02:44:36.787 INFO:teuthology.orchestra.run.smithi044.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T02:44:36.787 INFO:teuthology.orchestra.run.smithi044.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T02:44:36.787 INFO:teuthology.orchestra.run.smithi044.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T02:44:36.787 INFO:teuthology.orchestra.run.smithi044.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T02:44:36.788 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2023-11-08T02:44:36.788 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T02:44:36.788 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T02:44:36.788 INFO:teuthology.orchestra.run.smithi044.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T02:44:36.788 INFO:teuthology.orchestra.run.smithi044.stdout:Installing weak dependencies: 2023-11-08T02:44:36.788 INFO:teuthology.orchestra.run.smithi044.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T02:44:36.789 INFO:teuthology.orchestra.run.smithi044.stdout:Installing module profiles: 2023-11-08T02:44:36.789 INFO:teuthology.orchestra.run.smithi044.stdout: container-tools/common 2023-11-08T02:44:36.789 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:44:36.789 INFO:teuthology.orchestra.run.smithi044.stdout:Enabling module streams: 2023-11-08T02:44:36.789 INFO:teuthology.orchestra.run.smithi044.stdout: container-tools rhel8 2023-11-08T02:44:36.790 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:44:36.790 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2023-11-08T02:44:36.790 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2023-11-08T02:44:36.790 INFO:teuthology.orchestra.run.smithi044.stdout:Install 13 Packages 2023-11-08T02:44:36.790 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:44:36.791 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 27 M 2023-11-08T02:44:36.791 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 89 M 2023-11-08T02:44:36.791 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2023-11-08T02:44:36.906 INFO:teuthology.orchestra.run.smithi087.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 22 MB/s | 8.1 MB 00:00 2023-11-08T02:44:36.906 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-11-08T02:44:36.907 INFO:teuthology.orchestra.run.smithi087.stdout:Total 30 MB/s | 27 MB 00:00 2023-11-08T02:44:37.015 INFO:teuthology.orchestra.run.smithi044.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.9 MB/s | 750 kB 00:00 2023-11-08T02:44:37.057 INFO:teuthology.orchestra.run.smithi044.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 914 kB/s | 38 kB 00:00 2023-11-08T02:44:37.107 INFO:teuthology.orchestra.run.smithi044.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.1 MB/s | 1.0 MB 00:00 2023-11-08T02:44:37.132 INFO:teuthology.orchestra.run.smithi044.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-08T02:44:37.172 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-11-08T02:44:37.192 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-11-08T02:44:37.193 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-11-08T02:44:37.208 INFO:teuthology.orchestra.run.smithi044.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-11-08T02:44:37.283 INFO:teuthology.orchestra.run.smithi044.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2023-11-08T02:44:37.308 INFO:teuthology.orchestra.run.smithi044.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 249 kB/s | 25 kB 00:00 2023-11-08T02:44:37.333 INFO:teuthology.orchestra.run.smithi044.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-11-08T02:44:37.441 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-11-08T02:44:37.445 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-11-08T02:44:37.467 INFO:teuthology.orchestra.run.smithi044.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 19 MB/s | 2.5 MB 00:00 2023-11-08T02:44:37.601 INFO:teuthology.orchestra.run.smithi044.stdout:(10/13): buildah-1.32.0-1.module_el8+712+4cd1bd 13 MB/s | 9.6 MB 00:00 2023-11-08T02:44:37.618 INFO:teuthology.orchestra.run.smithi044.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 350 kB/s | 53 kB 00:00 2023-11-08T02:44:37.634 INFO:teuthology.orchestra.run.smithi044.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-11-08T02:44:37.760 INFO:teuthology.orchestra.run.smithi044.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2023-11-08T02:44:37.761 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2023-11-08T02:44:37.761 INFO:teuthology.orchestra.run.smithi044.stdout:Total 27 MB/s | 27 MB 00:00 2023-11-08T02:44:38.052 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2023-11-08T02:44:38.076 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2023-11-08T02:44:38.076 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2023-11-08T02:44:38.144 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-11-08T02:44:38.349 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T02:44:38.350 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2023-11-08T02:44:38.353 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2023-11-08T02:44:38.511 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T02:44:38.716 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T02:44:38.944 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T02:44:39.124 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2023-11-08T02:44:39.334 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T02:44:39.477 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T02:44:39.544 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T02:44:39.721 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T02:44:39.995 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T02:44:40.442 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T02:44:40.605 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T02:44:40.701 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T02:44:40.897 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T02:44:41.140 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T02:44:41.535 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T02:44:41.704 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T02:44:41.933 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T02:44:42.195 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T02:44:42.411 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T02:44:42.482 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T02:44:42.632 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T02:44:42.852 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T02:44:42.910 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T02:44:43.274 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T02:44:43.275 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T02:44:43.275 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T02:44:43.275 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T02:44:43.275 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T02:44:43.276 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T02:44:43.276 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T02:44:43.276 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T02:44:43.276 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T02:44:43.276 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T02:44:43.276 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T02:44:43.277 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T02:44:43.277 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T02:44:43.899 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T02:44:44.059 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T02:44:44.060 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:44:44.060 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-11-08T02:44:44.060 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:44.061 INFO:teuthology.orchestra.run.smithi087.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:44.061 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:44.061 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T02:44:44.061 INFO:teuthology.orchestra.run.smithi087.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:44.061 INFO:teuthology.orchestra.run.smithi087.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:44.061 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:44.062 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T02:44:44.062 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T02:44:44.062 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:44.062 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:44.062 INFO:teuthology.orchestra.run.smithi087.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:44.063 INFO:teuthology.orchestra.run.smithi087.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T02:44:44.063 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:44:44.063 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-08T02:44:44.136 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T02:44:44.342 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T02:44:44.359 DEBUG:teuthology.parallel:result is None 2023-11-08T02:44:44.815 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T02:44:44.816 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T02:44:44.816 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T02:44:44.816 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T02:44:44.816 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T02:44:44.817 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T02:44:44.817 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T02:44:44.817 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T02:44:44.817 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T02:44:44.817 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T02:44:44.818 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T02:44:44.818 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T02:44:44.818 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T02:44:46.027 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T02:44:46.027 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:44:46.027 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2023-11-08T02:44:46.028 INFO:teuthology.orchestra.run.smithi044.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:46.028 INFO:teuthology.orchestra.run.smithi044.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:46.028 INFO:teuthology.orchestra.run.smithi044.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:46.028 INFO:teuthology.orchestra.run.smithi044.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T02:44:46.028 INFO:teuthology.orchestra.run.smithi044.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:46.029 INFO:teuthology.orchestra.run.smithi044.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:46.029 INFO:teuthology.orchestra.run.smithi044.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:46.029 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T02:44:46.029 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T02:44:46.029 INFO:teuthology.orchestra.run.smithi044.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:46.029 INFO:teuthology.orchestra.run.smithi044.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T02:44:46.030 INFO:teuthology.orchestra.run.smithi044.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T02:44:46.030 INFO:teuthology.orchestra.run.smithi044.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T02:44:46.030 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:44:46.030 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2023-11-08T02:44:46.360 DEBUG:teuthology.parallel:result is None 2023-11-08T02:44:46.361 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-08T02:44:46.380 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-08T02:44:46.380 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:44:46.381 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:44:46.401 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-08T02:44:46.402 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_1 2023-11-08T02:44:46.464 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T02:44:46.465 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:44:46.465 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 6h/6d Inode: 424688 Links: 1 2023-11-08T02:44:46.465 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:44:46.465 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:44:46.466 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-11-08 02:44:44.508516766 +0000 2023-11-08T02:44:46.466 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-11-08 02:43:49.880036446 +0000 2023-11-08T02:44:46.466 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-11-08 02:43:49.880036446 +0000 2023-11-08T02:44:46.466 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-11-08T02:44:46.466 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T02:44:46.538 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-11-08T02:44:46.539 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-11-08T02:44:46.539 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000250413 s, 2.0 MB/s 2023-11-08T02:44:46.540 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T02:44:46.605 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_2 2023-11-08T02:44:46.668 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T02:44:46.669 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:44:46.669 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 6h/6d Inode: 423218 Links: 1 2023-11-08T02:44:46.669 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:44:46.669 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:44:46.669 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-11-08 02:44:44.508516766 +0000 2023-11-08T02:44:46.670 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-11-08 02:43:50.600025268 +0000 2023-11-08T02:44:46.670 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-11-08 02:43:50.600025268 +0000 2023-11-08T02:44:46.670 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-11-08T02:44:46.670 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T02:44:46.742 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-11-08T02:44:46.742 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-11-08T02:44:46.742 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000238901 s, 2.1 MB/s 2023-11-08T02:44:46.743 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T02:44:46.808 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_3 2023-11-08T02:44:46.871 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T02:44:46.871 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:44:46.872 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 6h/6d Inode: 426316 Links: 1 2023-11-08T02:44:46.872 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:44:46.872 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:44:46.872 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-11-08 02:44:44.508516766 +0000 2023-11-08T02:44:46.872 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-11-08 02:43:51.211015783 +0000 2023-11-08T02:44:46.872 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-11-08 02:43:51.211015783 +0000 2023-11-08T02:44:46.873 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-11-08T02:44:46.873 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T02:44:46.944 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-11-08T02:44:46.945 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-11-08T02:44:46.945 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000221346 s, 2.3 MB/s 2023-11-08T02:44:46.947 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T02:44:47.011 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_4 2023-11-08T02:44:47.074 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T02:44:47.075 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:44:47.075 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 6h/6d Inode: 426361 Links: 1 2023-11-08T02:44:47.075 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:44:47.075 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:44:47.076 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-11-08 02:44:44.508516766 +0000 2023-11-08T02:44:47.076 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-11-08 02:43:51.825006249 +0000 2023-11-08T02:44:47.076 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-11-08 02:43:51.825006249 +0000 2023-11-08T02:44:47.076 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-11-08T02:44:47.077 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T02:44:47.147 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-11-08T02:44:47.148 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-11-08T02:44:47.148 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.0002495 s, 2.1 MB/s 2023-11-08T02:44:47.149 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T02:44:47.214 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T02:44:47.355 INFO:teuthology.orchestra.run.smithi044.stdout:loop 2023-11-08T02:44:47.357 INFO:tasks.nvme_loop:Connecting nvme_loop smithi044:/dev/vg_nvme/lv_1... 2023-11-08T02:44:47.357 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T02:44:47.401 INFO:teuthology.orchestra.run.smithi044.stdout:1 2023-11-08T02:44:47.439 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/vg_nvme/lv_11 2023-11-08T02:44:47.483 INFO:tasks.nvme_loop:Connecting nvme_loop smithi044:/dev/vg_nvme/lv_2... 2023-11-08T02:44:47.484 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T02:44:47.564 INFO:teuthology.orchestra.run.smithi044.stdout:1 2023-11-08T02:44:47.601 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/vg_nvme/lv_21 2023-11-08T02:44:47.642 INFO:tasks.nvme_loop:Connecting nvme_loop smithi044:/dev/vg_nvme/lv_3... 2023-11-08T02:44:47.643 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T02:44:47.720 INFO:teuthology.orchestra.run.smithi044.stdout:1 2023-11-08T02:44:47.758 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/vg_nvme/lv_31 2023-11-08T02:44:47.798 INFO:tasks.nvme_loop:Connecting nvme_loop smithi044:/dev/vg_nvme/lv_4... 2023-11-08T02:44:47.798 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T02:44:47.880 INFO:teuthology.orchestra.run.smithi044.stdout:1 2023-11-08T02:44:47.917 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/vg_nvme/lv_41 2023-11-08T02:44:47.957 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:44:47.958 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:44:48.018 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme list 2023-11-08T02:44:48.090 INFO:teuthology.orchestra.run.smithi044.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T02:44:48.090 INFO:teuthology.orchestra.run.smithi044.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T02:44:48.091 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme0n1 CVFT5331001K400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-08T02:44:48.091 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme1n1 6edb6ad5af0d4d74302a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-08T02:44:48.091 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme2n1 763596a3cf8a62bcd4f6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-08T02:44:48.092 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme3n1 adda430483329591f769 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-08T02:44:48.092 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme4n1 c685a907218babbcb49f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-08T02:44:48.094 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T02:44:48.094 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:44:48.095 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/scratch_devs 2023-11-08T02:44:48.169 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:44:48.169 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:44:48.192 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-08T02:44:48.193 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2023-11-08T02:44:48.253 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T02:44:48.253 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:44:48.254 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 395632 Links: 1 2023-11-08T02:44:48.254 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:44:48.254 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:44:48.254 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-08 02:44:42.999194104 +0000 2023-11-08T02:44:48.255 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-08 02:42:57.843855682 +0000 2023-11-08T02:44:48.255 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-08 02:42:57.843855682 +0000 2023-11-08T02:44:48.255 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-08T02:44:48.255 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T02:44:48.323 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-08T02:44:48.324 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-08T02:44:48.324 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000237591 s, 2.2 MB/s 2023-11-08T02:44:48.325 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T02:44:48.386 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2023-11-08T02:44:48.446 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T02:44:48.446 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:44:48.446 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 398906 Links: 1 2023-11-08T02:44:48.447 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:44:48.447 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:44:48.447 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-08 02:44:43.000194081 +0000 2023-11-08T02:44:48.447 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-08 02:42:58.340844559 +0000 2023-11-08T02:44:48.447 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-08 02:42:58.340844559 +0000 2023-11-08T02:44:48.448 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-08T02:44:48.448 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T02:44:48.514 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-08T02:44:48.514 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-08T02:44:48.514 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000219551 s, 2.3 MB/s 2023-11-08T02:44:48.515 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T02:44:48.575 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2023-11-08T02:44:48.634 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T02:44:48.634 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:44:48.634 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 398959 Links: 1 2023-11-08T02:44:48.634 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:44:48.635 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:44:48.635 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-08 02:44:43.000194081 +0000 2023-11-08T02:44:48.635 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-08 02:42:58.852833101 +0000 2023-11-08T02:44:48.635 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-08 02:42:58.852833101 +0000 2023-11-08T02:44:48.635 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-08T02:44:48.636 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T02:44:48.699 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-08T02:44:48.700 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-08T02:44:48.700 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000198687 s, 2.6 MB/s 2023-11-08T02:44:48.701 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T02:44:48.760 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2023-11-08T02:44:48.818 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T02:44:48.819 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:44:48.819 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 399056 Links: 1 2023-11-08T02:44:48.819 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:44:48.819 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T02:44:48.820 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-08 02:44:43.000194081 +0000 2023-11-08T02:44:48.820 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-08 02:42:59.348822001 +0000 2023-11-08T02:44:48.820 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-08 02:42:59.348822001 +0000 2023-11-08T02:44:48.820 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-08T02:44:48.820 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T02:44:48.885 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-08T02:44:48.885 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-08T02:44:48.885 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000232259 s, 2.2 MB/s 2023-11-08T02:44:48.887 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T02:44:48.945 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-08T02:44:49.073 INFO:teuthology.orchestra.run.smithi087.stdout:loop 2023-11-08T02:44:49.074 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_1... 2023-11-08T02:44:49.074 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-08T02:44:49.108 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-11-08T02:44:49.141 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_11 2023-11-08T02:44:49.179 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_2... 2023-11-08T02:44:49.179 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-08T02:44:49.256 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-11-08T02:44:49.289 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_21 2023-11-08T02:44:49.326 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_3... 2023-11-08T02:44:49.327 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-08T02:44:49.402 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-11-08T02:44:49.434 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_31 2023-11-08T02:44:49.471 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_4... 2023-11-08T02:44:49.472 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-08T02:44:49.546 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-11-08T02:44:49.579 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_41 2023-11-08T02:44:49.616 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:44:49.616 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:44:49.674 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme list 2023-11-08T02:44:49.740 INFO:teuthology.orchestra.run.smithi087.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T02:44:49.741 INFO:teuthology.orchestra.run.smithi087.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T02:44:49.741 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-08T02:44:49.741 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme1n1 efeb504e6b1d9d08ac0b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-08T02:44:49.741 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme2n1 348a34697ae6627ef130 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-08T02:44:49.741 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme3n1 1a05caf14167cde4cf6c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-08T02:44:49.742 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme4n1 ff09acdb927a898aad67 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-08T02:44:49.743 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T02:44:49.743 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:44:49.743 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/scratch_devs 2023-11-08T02:44:49.810 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T02:44:49.889 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': 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f'} 2023-11-08T02:44:49.890 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T02:44:49.891 INFO:tasks.cephadm:Cluster fsid is c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:49.891 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T02:44:49.891 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-08T02:44:49.892 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi044': '172.21.15.44', 'mon.smithi087': '172.21.15.87'} 2023-11-08T02:44:49.892 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T02:44:49.892 DEBUG:teuthology.orchestra.run.smithi044:> sudo hostname $(hostname -s) 2023-11-08T02:44:49.928 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2023-11-08T02:44:49.956 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f)... 2023-11-08T02:44:49.957 DEBUG:teuthology.orchestra.run.smithi044:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:50.119 INFO:teuthology.orchestra.run.smithi044.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 8 02:44 /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:50.119 DEBUG:teuthology.orchestra.run.smithi087:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:50.332 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 8 02:44 /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:50.333 DEBUG:teuthology.orchestra.run.smithi044:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T02:44:50.358 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-08T02:44:50.386 DEBUG:teuthology.orchestra.run.smithi044:> sudo mkdir -p /etc/ceph 2023-11-08T02:44:50.433 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2023-11-08T02:44:50.462 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 777 /etc/ceph 2023-11-08T02:44:50.507 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2023-11-08T02:44:50.534 INFO:tasks.cephadm:Writing seed config... 2023-11-08T02:44:50.535 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T02:44:50.536 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T02:44:50.536 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T02:44:50.536 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T02:44:50.537 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T02:44:50.537 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T02:44:50.537 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T02:44:50.538 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-08T02:44:50.538 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:44:50.539 DEBUG:teuthology.orchestra.run.smithi044:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T02:44:50.570 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 = c9539b08-7de0-11ee-8dbb-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-08T02:44:50.571 DEBUG:teuthology.orchestra.run.smithi044:mon.smithi044> sudo journalctl -f -n 0 -u ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi044.service 2023-11-08T02:44:50.613 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T02:44:50.613 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -v bootstrap --fsid c9539b08-7de0-11ee-8dbb-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.44 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:44:50.647 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:-- Logs begin at Wed 2023-11-08 02:35:19 UTC. -- 2023-11-08T02:44:50.957 INFO:teuthology.orchestra.run.smithi044.stderr:-------------------------------------------------------------------------------- 2023-11-08T02:44:50.958 INFO:teuthology.orchestra.run.smithi044.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f', '-v', 'bootstrap', '--fsid', 'c9539b08-7de0-11ee-8dbb-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.44', '--skip-admin-label'] 2023-11-08T02:44:52.344 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: 4.6.1 2023-11-08T02:44:52.350 INFO:teuthology.orchestra.run.smithi044.stderr:Verifying podman|docker is present... 2023-11-08T02:44:52.376 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: 4.6.1 2023-11-08T02:44:52.387 INFO:teuthology.orchestra.run.smithi044.stderr:Verifying lvm2 is present... 2023-11-08T02:44:52.387 INFO:teuthology.orchestra.run.smithi044.stderr:Verifying time synchronization is in place... 2023-11-08T02:44:52.395 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T02:44:52.402 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: inactive 2023-11-08T02:44:52.410 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: enabled 2023-11-08T02:44:52.416 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: active 2023-11-08T02:44:52.417 INFO:teuthology.orchestra.run.smithi044.stderr:Unit chronyd.service is enabled and running 2023-11-08T02:44:52.417 INFO:teuthology.orchestra.run.smithi044.stderr:Repeating the final host check... 2023-11-08T02:44:52.439 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: 4.6.1 2023-11-08T02:44:52.451 INFO:teuthology.orchestra.run.smithi044.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-08T02:44:52.452 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl is present 2023-11-08T02:44:52.452 INFO:teuthology.orchestra.run.smithi044.stderr:lvcreate is present 2023-11-08T02:44:52.458 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T02:44:52.464 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: inactive 2023-11-08T02:44:52.471 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: enabled 2023-11-08T02:44:52.478 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: active 2023-11-08T02:44:52.478 INFO:teuthology.orchestra.run.smithi044.stderr:Unit chronyd.service is enabled and running 2023-11-08T02:44:52.479 INFO:teuthology.orchestra.run.smithi044.stderr:Host looks OK 2023-11-08T02:44:52.479 INFO:teuthology.orchestra.run.smithi044.stderr:Cluster fsid: c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:44:52.480 INFO:teuthology.orchestra.run.smithi044.stderr:Acquiring lock 140091431235712 on /run/cephadm/c9539b08-7de0-11ee-8dbb-212e2dc638e7.lock 2023-11-08T02:44:52.480 INFO:teuthology.orchestra.run.smithi044.stderr:Lock 140091431235712 acquired on /run/cephadm/c9539b08-7de0-11ee-8dbb-212e2dc638e7.lock 2023-11-08T02:44:52.480 INFO:teuthology.orchestra.run.smithi044.stderr:Verifying IP 172.21.15.44 port 3300 ... 2023-11-08T02:44:52.480 INFO:teuthology.orchestra.run.smithi044.stderr:Verifying IP 172.21.15.44 port 6789 ... 2023-11-08T02:44:52.481 INFO:teuthology.orchestra.run.smithi044.stderr:Base mon IP(s) is [172.21.15.44:3300, 172.21.15.44:6789], mon addrv is [v2:172.21.15.44:3300,v1:172.21.15.44:6789] 2023-11-08T02:44:52.484 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.44 metric 100 2023-11-08T02:44:52.484 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.44 metric 100 2023-11-08T02:44:52.487 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T02:44:52.488 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-08T02:44:52.488 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1748sec hoplimit 64 pref medium 2023-11-08T02:44:52.490 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T02:44:52.491 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-08T02:44:52.491 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T02:44:52.491 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2023-11-08T02:44:52.492 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1572/64 scope link 2023-11-08T02:44:52.492 INFO:teuthology.orchestra.run.smithi044.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T02:44:52.493 INFO:teuthology.orchestra.run.smithi044.stderr:Mon IP `172.21.15.44` is in CIDR network `172.21.0.0/20` 2023-11-08T02:44:52.493 INFO:teuthology.orchestra.run.smithi044.stderr:Mon IP `172.21.15.44` is in CIDR network `172.21.0.0/20` 2023-11-08T02:44:52.493 INFO:teuthology.orchestra.run.smithi044.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-08T02:44:52.493 INFO:teuthology.orchestra.run.smithi044.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-08T02:44:52.494 INFO:teuthology.orchestra.run.smithi044.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f... 2023-11-08T02:44:52.600 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f... 2023-11-08T02:44:52.707 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: Getting image source signatures 2023-11-08T02:44:52.725 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: Copying blob sha256:3f9c46b4c79b547129c572203f89fa40cd47fd0ee066f751cddd3628921a4d26 2023-11-08T02:44:52.725 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-08T02:45:20.340 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: Copying config sha256:450c989a0092dfbc07ff4885ebf187cf7b325ff2093ee27fbc21ce326dbeb781 2023-11-08T02:45:20.390 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: Writing manifest to image destination 2023-11-08T02:45:20.723 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: 450c989a0092dfbc07ff4885ebf187cf7b325ff2093ee27fbc21ce326dbeb781 2023-11-08T02:45:21.364 INFO:teuthology.orchestra.run.smithi044.stderr:ceph: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T02:45:21.717 INFO:teuthology.orchestra.run.smithi044.stderr:Ceph version: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T02:45:21.717 INFO:teuthology.orchestra.run.smithi044.stderr:Extracting ceph user uid/gid from container image... 2023-11-08T02:45:22.084 INFO:teuthology.orchestra.run.smithi044.stderr:stat: 167 167 2023-11-08T02:45:22.445 INFO:teuthology.orchestra.run.smithi044.stderr:Creating initial keys... 2023-11-08T02:45:22.739 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-authtool: AQBC9kplhVCGKxAALWQQwehV4Goq8ixrOR26eA== 2023-11-08T02:45:23.430 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-authtool: AQBD9kplTDzIFhAAXB+B/gbIR52VCm66adEIKQ== 2023-11-08T02:45:24.097 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-authtool: AQBE9kplK/LSBBAALPAeIe3WUyGtS6NjvBAibA== 2023-11-08T02:45:24.432 INFO:teuthology.orchestra.run.smithi044.stderr:Creating initial monmap... 2023-11-08T02:45:24.758 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T02:45:24.758 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:24.759 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T02:45:25.102 INFO:teuthology.orchestra.run.smithi044.stderr:monmaptool for smithi044 [v2:172.21.15.44:3300,v1:172.21.15.44:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T02:45:25.102 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/monmaptool: set fsid to c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:25.102 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T02:45:25.103 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:45:25.103 INFO:teuthology.orchestra.run.smithi044.stderr:Creating mon... 2023-11-08T02:45:25.422 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.394+0000 7fa1d51bb880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T02:45:25.422 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.395+0000 7fa1d51bb880 1 imported monmap: 2023-11-08T02:45:25.422 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-08T02:45:25.422 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:25.423 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: last_changed 2023-11-08T02:45:24.739922+0000 2023-11-08T02:45:25.423 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: created 2023-11-08T02:45:24.739922+0000 2023-11-08T02:45:25.423 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-08T02:45:25.423 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-08T02:45:25.423 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon.smithi044 2023-11-08T02:45:25.423 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.424 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.395+0000 7fa1d51bb880 0 /usr/bin/ceph-mon: set fsid to c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:25.424 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T02:45:25.424 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.424 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T02:45:25.424 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T02:45:25.425 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: DB SUMMARY 2023-11-08T02:45:25.425 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.425 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi044/store.db dir, Total Num: 0, files: 2023-11-08T02:45:25.425 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.425 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi044/store.db: 2023-11-08T02:45:25.426 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.426 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T02:45:25.426 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.create_if_missing: 1 2023-11-08T02:45:25.426 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T02:45:25.426 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.env: 0x55fcd156f080 2023-11-08T02:45:25.427 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.fs: Posix File System 2023-11-08T02:45:25.427 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.info_log: 0x55fcd24ad3a0 2023-11-08T02:45:25.427 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T02:45:25.427 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.statistics: (nil) 2023-11-08T02:45:25.427 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.use_fsync: 0 2023-11-08T02:45:25.428 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T02:45:25.428 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T02:45:25.428 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T02:45:25.428 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T02:45:25.428 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T02:45:25.429 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T02:45:25.429 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T02:45:25.429 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T02:45:25.429 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T02:45:25.429 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T02:45:25.429 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T02:45:25.430 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.db_log_dir: 2023-11-08T02:45:25.430 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi044/store.db 2023-11-08T02:45:25.430 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T02:45:25.430 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T02:45:25.430 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T02:45:25.431 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T02:45:25.431 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T02:45:25.431 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T02:45:25.431 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T02:45:25.431 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T02:45:25.432 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T02:45:25.432 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T02:45:25.432 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.write_buffer_manager: 0x55fcd24b3980 2023-11-08T02:45:25.432 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T02:45:25.432 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T02:45:25.433 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T02:45:25.433 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T02:45:25.433 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T02:45:25.433 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T02:45:25.433 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T02:45:25.434 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T02:45:25.434 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T02:45:25.434 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.unordered_write: 0 2023-11-08T02:45:25.434 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T02:45:25.434 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T02:45:25.435 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T02:45:25.435 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T02:45:25.435 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.row_cache: None 2023-11-08T02:45:25.435 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.wal_filter: None 2023-11-08T02:45:25.435 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T02:45:25.436 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T02:45:25.436 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T02:45:25.436 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T02:45:25.436 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T02:45:25.436 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T02:45:25.437 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T02:45:25.437 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T02:45:25.437 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T02:45:25.437 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T02:45:25.437 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T02:45:25.438 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T02:45:25.438 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T02:45:25.438 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T02:45:25.438 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T02:45:25.438 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T02:45:25.438 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T02:45:25.439 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T02:45:25.439 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T02:45:25.439 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T02:45:25.440 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T02:45:25.440 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.max_open_files: -1 2023-11-08T02:45:25.440 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T02:45:25.440 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T02:45:25.440 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T02:45:25.441 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T02:45:25.441 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Compression algorithms supported: 2023-11-08T02:45:25.441 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T02:45:25.441 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: kZSTD supported: 0 2023-11-08T02:45:25.441 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T02:45:25.441 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T02:45:25.442 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T02:45:25.442 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T02:45:25.442 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T02:45:25.442 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T02:45:25.442 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.396+0000 7fa1d51bb880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T02:45:25.443 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-08T02:45:25.443 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.443 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi044/store.db/MANIFEST-000001 2023-11-08T02:45:25.443 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.443 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T02:45:25.444 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.444 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T02:45:25.444 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.merge_operator: 2023-11-08T02:45:25.444 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_filter: None 2023-11-08T02:45:25.444 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T02:45:25.445 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T02:45:25.445 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T02:45:25.445 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fcd23c3d38) 2023-11-08T02:45:25.445 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-08T02:45:25.445 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T02:45:25.445 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T02:45:25.446 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-08T02:45:25.446 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-08T02:45:25.446 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-08T02:45:25.446 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-08T02:45:25.446 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-08T02:45:25.447 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-08T02:45:25.448 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-08T02:45:25.448 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-08T02:45:25.448 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: block_cache: 0x55fcd23f8d10 2023-11-08T02:45:25.448 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-08T02:45:25.448 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-08T02:45:25.449 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-08T02:45:25.449 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-08T02:45:25.449 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-08T02:45:25.449 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-08T02:45:25.449 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-08T02:45:25.450 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-08T02:45:25.450 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-08T02:45:25.450 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-08T02:45:25.450 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-08T02:45:25.451 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-08T02:45:25.451 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-08T02:45:25.451 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-08T02:45:25.451 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-08T02:45:25.451 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T02:45:25.452 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-08T02:45:25.452 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-08T02:45:25.452 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-08T02:45:25.452 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-08T02:45:25.452 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-08T02:45:25.452 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-08T02:45:25.453 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.453 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T02:45:25.453 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T02:45:25.453 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compression: NoCompression 2023-11-08T02:45:25.453 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T02:45:25.454 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T02:45:25.454 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T02:45:25.454 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.num_levels: 7 2023-11-08T02:45:25.454 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T02:45:25.454 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T02:45:25.455 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T02:45:25.455 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T02:45:25.455 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T02:45:25.455 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T02:45:25.455 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T02:45:25.455 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:45:25.456 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T02:45:25.456 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T02:45:25.456 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T02:45:25.456 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T02:45:25.456 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T02:45:25.457 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:45:25.457 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T02:45:25.457 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T02:45:25.457 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T02:45:25.457 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T02:45:25.458 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T02:45:25.458 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T02:45:25.458 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T02:45:25.458 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T02:45:25.458 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T02:45:25.458 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T02:45:25.459 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T02:45:25.459 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T02:45:25.459 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T02:45:25.459 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T02:45:25.459 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T02:45:25.460 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T02:45:25.460 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T02:45:25.460 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T02:45:25.460 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T02:45:25.460 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T02:45:25.461 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T02:45:25.461 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T02:45:25.461 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T02:45:25.461 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T02:45:25.461 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T02:45:25.461 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T02:45:25.462 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T02:45:25.462 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T02:45:25.462 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T02:45:25.462 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T02:45:25.462 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T02:45:25.463 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T02:45:25.463 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T02:45:25.463 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T02:45:25.463 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T02:45:25.463 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T02:45:25.464 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T02:45:25.464 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T02:45:25.464 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T02:45:25.464 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T02:45:25.464 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T02:45:25.465 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T02:45:25.465 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T02:45:25.465 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T02:45:25.465 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T02:45:25.465 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.ttl: 2592000 2023-11-08T02:45:25.466 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.397+0000 7fa1d51bb880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T02:45:25.466 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.398+0000 7fa1d51bb880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi044/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-08T02:45:25.466 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.466 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.398+0000 7fa1d51bb880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T02:45:25.466 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.467 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.399+0000 7fa1d51bb880 4 rocksdb: DB pointer 0x55fcd24c1800 2023-11-08T02:45:25.467 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.399+0000 7fa1be042700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T02:45:25.467 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.399+0000 7fa1be042700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T02:45:25.467 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-08T02:45:25.467 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:45:25.467 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.468 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.468 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:45:25.468 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.468 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.468 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:45:25.469 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.469 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T02:45:25.469 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.469 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:45:25.469 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.470 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.470 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.470 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T02:45:25.470 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.470 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:45:25.471 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:45:25.471 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:45:25.471 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:45:25.471 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:45:25.471 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:45:25.471 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:45:25.472 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.472 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.472 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.472 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.472 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:45:25.473 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.473 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T02:45:25.473 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.473 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:45:25.473 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.474 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.474 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.474 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T02:45:25.474 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.474 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:45:25.475 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:45:25.475 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:45:25.475 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:45:25.475 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:45:25.475 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:45:25.476 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:45:25.476 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.476 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.476 INFO:teuthology.orchestra.run.smithi044.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-08T02:45:25.476 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.476 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:45:25.477 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: 2023-11-08T02:45:25.477 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.401+0000 7fa1d51bb880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-08T02:45:25.477 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.401+0000 7fa1d51bb880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-08T02:45:25.477 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:45:25.401+0000 7fa1d51bb880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi044 for mon.smithi044 2023-11-08T02:45:25.755 INFO:teuthology.orchestra.run.smithi044.stderr:create mon.smithi044 on 2023-11-08T02:45:25.880 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-08T02:45:25.988 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7.target. 2023-11-08T02:45:25.989 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7.target. 2023-11-08T02:45:26.219 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Failed to reset failed state of unit ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi044.service: Unit ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi044.service not loaded. 2023-11-08T02:45:26.226 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7.target.wants/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi044.service → /etc/systemd/system/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T02:45:26.715 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: disabled 2023-11-08T02:45:26.724 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: inactive 2023-11-08T02:45:26.725 INFO:teuthology.orchestra.run.smithi044.stderr:firewalld.service is not enabled 2023-11-08T02:45:26.725 INFO:teuthology.orchestra.run.smithi044.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T02:45:26.726 INFO:teuthology.orchestra.run.smithi044.stderr:Waiting for mon to start... 2023-11-08T02:45:26.726 INFO:teuthology.orchestra.run.smithi044.stderr:Waiting for mon... 2023-11-08T02:45:27.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: cluster 2023-11-08T02:45:26.725922+0000 mon.smithi044 (mon.0) 1 : cluster [INF] mon.smithi044 is new leader, mons smithi044 in quorum (ranks 0) 2023-11-08T02:45:27.235 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: cluster: 2023-11-08T02:45:27.235 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: id: c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:27.235 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-08T02:45:27.236 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:27.236 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: services: 2023-11-08T02:45:27.236 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi044 (age 0.491599s) 2023-11-08T02:45:27.236 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-08T02:45:27.236 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-08T02:45:27.236 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:27.237 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: data: 2023-11-08T02:45:27.237 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-08T02:45:27.237 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-08T02:45:27.237 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-08T02:45:27.237 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: pgs: 2023-11-08T02:45:27.237 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:27.575 INFO:teuthology.orchestra.run.smithi044.stderr:mon is available 2023-11-08T02:45:27.575 INFO:teuthology.orchestra.run.smithi044.stderr:Assimilating anything we can from ceph.conf... 2023-11-08T02:45:27.784 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: cluster 2023-11-08T02:45:26.742552+0000 mon.smithi044 (mon.0) 2 : cluster [INF] mon.smithi044 is new leader, mons smithi044 in quorum (ranks 0) 2023-11-08T02:45:27.784 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: cluster 2023-11-08T02:45:26.742827+0000 mon.smithi044 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi044=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} 2023-11-08T02:45:27.784 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: cluster 2023-11-08T02:45:26.745779+0000 mon.smithi044 (mon.0) 4 : cluster [DBG] fsmap 2023-11-08T02:45:27.785 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: cluster 2023-11-08T02:45:26.749054+0000 mon.smithi044 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T02:45:27.785 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: cluster 2023-11-08T02:45:26.749615+0000 mon.smithi044 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T02:45:27.785 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: audit 2023-11-08T02:45:27.234101+0000 mon.smithi044 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.44:0/762132748' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-08T02:45:28.098 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:28.099 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: [global] 2023-11-08T02:45:28.099 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: fsid = c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:28.099 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.44:3300,v1:172.21.15.44:6789] 2023-11-08T02:45:28.099 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T02:45:28.099 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T02:45:28.100 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T02:45:28.100 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T02:45:28.100 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:28.100 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: [mgr] 2023-11-08T02:45:28.100 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T02:45:28.101 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:28.101 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: [osd] 2023-11-08T02:45:28.101 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T02:45:28.101 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T02:45:28.483 INFO:teuthology.orchestra.run.smithi044.stderr:Generating new minimal ceph.conf... 2023-11-08T02:45:29.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: audit 2023-11-08T02:45:28.094417+0000 mon.smithi044 (mon.0) 8 : audit [INF] from='client.? 172.21.15.44:0/3092407657' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T02:45:29.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: audit 2023-11-08T02:45:28.098061+0000 mon.smithi044 (mon.0) 9 : audit [INF] from='client.? 172.21.15.44:0/3092407657' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T02:45:29.292 INFO:teuthology.orchestra.run.smithi044.stderr:Restarting the monitor... 2023-11-08T02:45:29.523 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:29 smithi044 systemd[1]: Stopping Ceph mon.smithi044 for c9539b08-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T02:45:29.524 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:29 smithi044 bash[137482]: Error: no container with name or ID "ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon.smithi044" found: no such container 2023-11-08T02:45:29.524 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: debug 2023-11-08T02:45:29.522+0000 7f906a1dc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi044 -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-08T02:45:29.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137153]: debug 2023-11-08T02:45:29.522+0000 7f906a1dc700 -1 mon.smithi044@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T02:45:30.101 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:29 smithi044 bash[137520]: ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044 2023-11-08T02:45:30.397 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 systemd[1]: ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi044.service: Succeeded. 2023-11-08T02:45:30.397 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 systemd[1]: Stopped Ceph mon.smithi044 for c9539b08-7de0-11ee-8dbb-212e2dc638e7. 2023-11-08T02:45:30.397 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 systemd[1]: Starting Ceph mon.smithi044 for c9539b08-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T02:45:30.477 INFO:teuthology.orchestra.run.smithi044.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-08T02:45:30.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 bash[137642]: dc727c4caff760e31f1753fe9e59c63eb33d9ac1a963cbd87b83cb322c4d36d6 2023-11-08T02:45:30.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.471+0000 7f954d1a5880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T02:45:30.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.471+0000 7f954d1a5880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 7 2023-11-08T02:45:30.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.471+0000 7f954d1a5880 0 pidfile_write: ignore empty --pid-file 2023-11-08T02:45:30.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 systemd[1]: Started Ceph mon.smithi044 for c9539b08-7de0-11ee-8dbb-212e2dc638e7. 2023-11-08T02:45:30.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.477+0000 7f954d1a5880 0 load: jerasure load: lrc load: isa 2023-11-08T02:45:30.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T02:45:30.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T02:45:30.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T02:45:30.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: DB SUMMARY 2023-11-08T02:45:30.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T02:45:30.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T02:45:30.818 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.818 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-08T02:45:30.818 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.818 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi044/store.db dir, Total Num: 1, files: 000004.sst 2023-11-08T02:45:30.818 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.819 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi044/store.db: 000006.log size: 81188 ; 2023-11-08T02:45:30.819 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.819 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T02:45:30.819 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T02:45:30.819 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T02:45:30.820 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.env: 0x5596be52f080 2023-11-08T02:45:30.820 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.fs: Posix File System 2023-11-08T02:45:30.820 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.info_log: 0x5596bf393d80 2023-11-08T02:45:30.820 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T02:45:30.820 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.statistics: (nil) 2023-11-08T02:45:30.821 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.use_fsync: 0 2023-11-08T02:45:30.821 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T02:45:30.821 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T02:45:30.821 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T02:45:30.821 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T02:45:30.821 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T02:45:30.822 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T02:45:30.822 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T02:45:30.822 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T02:45:30.822 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T02:45:30.823 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T02:45:30.823 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T02:45:30.823 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.db_log_dir: 2023-11-08T02:45:30.823 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi044/store.db 2023-11-08T02:45:30.823 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T02:45:30.824 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T02:45:30.824 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T02:45:30.824 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T02:45:30.824 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T02:45:30.825 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T02:45:30.825 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T02:45:30.825 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T02:45:30.825 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T02:45:30.825 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T02:45:30.826 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.write_buffer_manager: 0x5596bffea480 2023-11-08T02:45:30.826 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T02:45:30.826 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T02:45:30.826 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T02:45:30.826 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T02:45:30.827 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T02:45:30.827 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T02:45:30.827 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T02:45:30.827 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T02:45:30.827 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T02:45:30.828 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.unordered_write: 0 2023-11-08T02:45:30.828 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T02:45:30.828 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T02:45:30.828 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T02:45:30.828 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T02:45:30.828 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.row_cache: None 2023-11-08T02:45:30.829 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.wal_filter: None 2023-11-08T02:45:30.829 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T02:45:30.829 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T02:45:30.829 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T02:45:30.829 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T02:45:30.829 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T02:45:30.830 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T02:45:30.830 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T02:45:30.830 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T02:45:30.830 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T02:45:30.831 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T02:45:30.831 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T02:45:30.831 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T02:45:30.831 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T02:45:30.831 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T02:45:30.832 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T02:45:30.832 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T02:45:30.832 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T02:45:30.832 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T02:45:30.832 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T02:45:30.832 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T02:45:30.833 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T02:45:30.833 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_open_files: -1 2023-11-08T02:45:30.833 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T02:45:30.833 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T02:45:30.833 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T02:45:30.834 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T02:45:30.834 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Compression algorithms supported: 2023-11-08T02:45:30.834 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T02:45:30.834 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: kZSTD supported: 0 2023-11-08T02:45:30.834 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T02:45:30.835 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T02:45:30.835 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T02:45:30.835 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T02:45:30.835 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T02:45:30.835 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T02:45:30.837 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T02:45:30.837 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi044/store.db/MANIFEST-000005 2023-11-08T02:45:30.837 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.838 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T02:45:30.838 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.838 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T02:45:30.838 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.merge_operator: 2023-11-08T02:45:30.839 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_filter: None 2023-11-08T02:45:30.839 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T02:45:30.839 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T02:45:30.839 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T02:45:30.839 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5596bf343d30) 2023-11-08T02:45:30.840 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cache_index_and_filter_blocks: 1 2023-11-08T02:45:30.840 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T02:45:30.840 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T02:45:30.840 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: pin_top_level_index_and_filter: 1 2023-11-08T02:45:30.840 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: index_type: 0 2023-11-08T02:45:30.841 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: data_block_index_type: 0 2023-11-08T02:45:30.841 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: index_shortening: 1 2023-11-08T02:45:30.841 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T02:45:30.841 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: hash_index_allow_collision: 1 2023-11-08T02:45:30.841 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: checksum: 1 2023-11-08T02:45:30.842 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: no_block_cache: 0 2023-11-08T02:45:30.842 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: block_cache: 0x5596bf378f10 2023-11-08T02:45:30.842 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: block_cache_name: BinnedLRUCache 2023-11-08T02:45:30.842 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: block_cache_options: 2023-11-08T02:45:30.842 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: capacity : 536870912 2023-11-08T02:45:30.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: num_shard_bits : 4 2023-11-08T02:45:30.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: strict_capacity_limit : 0 2023-11-08T02:45:30.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: high_pri_pool_ratio: 0.000 2023-11-08T02:45:30.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: block_cache_compressed: (nil) 2023-11-08T02:45:30.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: persistent_cache: (nil) 2023-11-08T02:45:30.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: block_size: 4096 2023-11-08T02:45:30.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: block_size_deviation: 10 2023-11-08T02:45:30.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: block_restart_interval: 16 2023-11-08T02:45:30.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: index_block_restart_interval: 1 2023-11-08T02:45:30.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: metadata_block_size: 4096 2023-11-08T02:45:30.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: partition_filters: 0 2023-11-08T02:45:30.845 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: use_delta_encoding: 1 2023-11-08T02:45:30.845 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T02:45:30.845 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: whole_key_filtering: 1 2023-11-08T02:45:30.845 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: verify_compression: 0 2023-11-08T02:45:30.845 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: read_amp_bytes_per_bit: 0 2023-11-08T02:45:30.846 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: format_version: 2 2023-11-08T02:45:30.846 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: enable_index_compression: 1 2023-11-08T02:45:30.846 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: block_align: 0 2023-11-08T02:45:30.846 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.846 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T02:45:30.847 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T02:45:30.847 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compression: NoCompression 2023-11-08T02:45:30.847 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T02:45:30.847 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T02:45:30.847 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T02:45:30.847 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.num_levels: 7 2023-11-08T02:45:30.848 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T02:45:30.848 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T02:45:30.848 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T02:45:30.848 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T02:45:30.848 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T02:45:30.849 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T02:45:30.849 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T02:45:30.849 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:45:30.849 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T02:45:30.849 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T02:45:30.850 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T02:45:30.850 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T02:45:30.850 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T02:45:30.850 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:45:30.850 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T02:45:30.851 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T02:45:30.851 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T02:45:30.851 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T02:45:30.851 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T02:45:30.851 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T02:45:30.852 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T02:45:30.852 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T02:45:30.852 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T02:45:30.852 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T02:45:30.852 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T02:45:30.852 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T02:45:30.853 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T02:45:30.853 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T02:45:30.853 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T02:45:30.853 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T02:45:30.853 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T02:45:30.854 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T02:45:30.854 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T02:45:30.854 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T02:45:30.854 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T02:45:30.854 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T02:45:30.855 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T02:45:30.855 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T02:45:30.855 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T02:45:30.855 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T02:45:30.856 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T02:45:30.856 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T02:45:30.856 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T02:45:30.856 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T02:45:30.856 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T02:45:30.857 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T02:45:30.857 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T02:45:30.857 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T02:45:30.857 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T02:45:30.857 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T02:45:30.858 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T02:45:30.858 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T02:45:30.858 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T02:45:30.858 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T02:45:30.858 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T02:45:30.859 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T02:45:30.859 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T02:45:30.859 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T02:45:30.859 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T02:45:30.859 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.ttl: 2592000 2023-11-08T02:45:30.859 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.478+0000 7f954d1a5880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T02:45:30.860 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.479+0000 7f954d1a5880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi044/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-08T02:45:30.860 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.860 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.479+0000 7f954d1a5880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-08T02:45:30.860 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.860 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.479+0000 7f954d1a5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699411530480848, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-08T02:45:30.861 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.479+0000 7f954d1a5880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-08T02:45:30.861 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.480+0000 7f954d1a5880 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-08T02:45:30.861 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.480+0000 7f954d1a5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699411530481940, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78191, "table_properties": {"data_size": 76485, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71055, "raw_average_value_size": 364, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1699411530, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T02:45:30.861 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.481+0000 7f954d1a5880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-08T02:45:30.861 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.861 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.481+0000 7f954d1a5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699411530482445, "job": 1, "event": "recovery_finished"} 2023-11-08T02:45:30.862 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.482+0000 7f954d1a5880 4 rocksdb: DB pointer 0x5596bf441800 2023-11-08T02:45:30.862 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.482+0000 7f9533fab700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T02:45:30.862 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.482+0000 7f9533fab700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T02:45:30.862 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ** DB Stats ** 2023-11-08T02:45:30.862 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:45:30.863 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.863 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T02:45:30.863 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:45:30.863 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.863 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T02:45:30.864 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:45:30.864 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.864 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ** Compaction Stats [default] ** 2023-11-08T02:45:30.864 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.864 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:45:30.865 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.7 0.00 0.00 1 0.001 0 0 2023-11-08T02:45:30.865 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.7 0.00 0.00 1 0.001 0 0 2023-11-08T02:45:30.865 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.7 0.00 0.00 1 0.001 0 0 2023-11-08T02:45:30.865 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.865 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ** Compaction Stats [default] ** 2023-11-08T02:45:30.865 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.866 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:45:30.866 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.7 0.00 0.00 1 0.001 0 0 2023-11-08T02:45:30.866 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:45:30.866 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:45:30.866 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:45:30.867 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:45:30.867 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:45:30.867 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:45:30.867 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Cumulative compaction: 0.00 GB write, 20.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:45:30.867 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Interval compaction: 0.00 GB write, 20.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:45:30.868 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.868 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.868 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:45:30.868 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.868 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ** Compaction Stats [default] ** 2023-11-08T02:45:30.869 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.869 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:45:30.869 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.7 0.00 0.00 1 0.001 0 0 2023-11-08T02:45:30.869 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.7 0.00 0.00 1 0.001 0 0 2023-11-08T02:45:30.869 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.870 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.870 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ** Compaction Stats [default] ** 2023-11-08T02:45:30.870 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.870 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:45:30.870 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.7 0.00 0.00 1 0.001 0 0 2023-11-08T02:45:30.871 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:45:30.871 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:45:30.871 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:45:30.871 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:45:30.871 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:45:30.872 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:45:30.872 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Cumulative compaction: 0.00 GB write, 20.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:45:30.872 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.872 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.872 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.873 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:45:30.873 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.873 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.483+0000 7f954d1a5880 0 starting mon.smithi044 rank 0 at public addrs [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] at bind addrs [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi044 fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:30.873 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.484+0000 7f954d1a5880 1 mon.smithi044@-1(???) e1 preinit fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:30.873 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.484+0000 7f954d1a5880 0 mon.smithi044@-1(???).mds e1 new map 2023-11-08T02:45:30.874 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.484+0000 7f954d1a5880 0 mon.smithi044@-1(???).mds e1 print_map 2023-11-08T02:45:30.874 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: e1 2023-11-08T02:45:30.874 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T02:45:30.874 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:45:30.874 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: legacy client fscid: -1 2023-11-08T02:45:30.874 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.875 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: No filesystems configured 2023-11-08T02:45:30.875 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 2023-11-08T02:45:30.875 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.484+0000 7f954d1a5880 0 mon.smithi044@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T02:45:30.875 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.484+0000 7f954d1a5880 0 mon.smithi044@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:45:30.876 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.484+0000 7f954d1a5880 0 mon.smithi044@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:45:30.876 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.484+0000 7f954d1a5880 0 mon.smithi044@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:45:30.876 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:28.094417+0000 mon.smithi044 (mon.0) 8 : audit [INF] from='client.? 172.21.15.44:0/3092407657' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T02:45:30.876 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:28.098061+0000 mon.smithi044 (mon.0) 9 : audit [INF] from='client.? 172.21.15.44:0/3092407657' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T02:45:30.876 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:45:30.485+0000 7f954d1a5880 1 mon.smithi044@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-08T02:45:30.877 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:30.501729+0000 mon.smithi044 (mon.0) 1 : cluster [INF] mon.smithi044 is new leader, mons smithi044 in quorum (ranks 0) 2023-11-08T02:45:30.877 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:30.501801+0000 mon.smithi044 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi044=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} 2023-11-08T02:45:30.877 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:30.502276+0000 mon.smithi044 (mon.0) 3 : cluster [DBG] fsmap 2023-11-08T02:45:30.877 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:30.502310+0000 mon.smithi044 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T02:45:30.877 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:30.502752+0000 mon.smithi044 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T02:45:31.325 INFO:teuthology.orchestra.run.smithi044.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-08T02:45:31.325 INFO:teuthology.orchestra.run.smithi044.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:45:31.326 INFO:teuthology.orchestra.run.smithi044.stderr:Creating mgr... 2023-11-08T02:45:31.326 INFO:teuthology.orchestra.run.smithi044.stderr:Verifying port 9283 ... 2023-11-08T02:45:31.474 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Failed to reset failed state of unit ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi044.dprgyk.service: Unit ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi044.dprgyk.service not loaded. 2023-11-08T02:45:31.481 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7.target.wants/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mgr.smithi044.dprgyk.service → /etc/systemd/system/ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T02:45:32.096 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: disabled 2023-11-08T02:45:32.104 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: inactive 2023-11-08T02:45:32.105 INFO:teuthology.orchestra.run.smithi044.stderr:firewalld.service is not enabled 2023-11-08T02:45:32.105 INFO:teuthology.orchestra.run.smithi044.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T02:45:32.113 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: disabled 2023-11-08T02:45:32.121 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: inactive 2023-11-08T02:45:32.122 INFO:teuthology.orchestra.run.smithi044.stderr:firewalld.service is not enabled 2023-11-08T02:45:32.123 INFO:teuthology.orchestra.run.smithi044.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-08T02:45:32.123 INFO:teuthology.orchestra.run.smithi044.stderr:Waiting for mgr to start... 2023-11-08T02:45:32.123 INFO:teuthology.orchestra.run.smithi044.stderr:Waiting for mgr... 2023-11-08T02:45:32.186 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:30.935996+0000 mon.smithi044 (mon.0) 6 : audit [INF] from='client.? 172.21.15.44:0/4084597957' entity='client.admin' 2023-11-08T02:45:32.596 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:32.596 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: { 2023-11-08T02:45:32.597 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "fsid": "c9539b08-7de0-11ee-8dbb-212e2dc638e7", 2023-11-08T02:45:32.597 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "health": { 2023-11-08T02:45:32.597 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T02:45:32.597 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T02:45:32.598 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T02:45:32.598 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:32.598 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T02:45:32.598 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T02:45:32.598 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 0 2023-11-08T02:45:32.598 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:32.599 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T02:45:32.599 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "smithi044" 2023-11-08T02:45:32.599 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:32.599 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-08T02:45:32.599 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T02:45:32.599 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:32.600 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T02:45:32.600 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T02:45:32.600 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:32.600 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T02:45:32.601 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:32.601 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T02:45:32.601 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T02:45:32.601 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T02:45:32.604 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T02:45:32.605 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T02:45:32.605 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T02:45:32.605 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:32.605 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T02:45:32.605 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T02:45:32.606 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T02:45:32.606 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T02:45:32.606 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T02:45:32.606 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T02:45:32.607 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T02:45:32.607 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T02:45:32.607 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T02:45:32.607 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:32.607 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T02:45:32.608 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:32.608 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T02:45:32.608 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T02:45:32.608 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:32.608 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T02:45:32.608 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "available": false, 2023-11-08T02:45:32.609 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T02:45:32.609 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T02:45:32.609 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "iostat", 2023-11-08T02:45:32.609 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "nfs", 2023-11-08T02:45:32.609 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "restful" 2023-11-08T02:45:32.610 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:32.610 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:45:32.610 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:32.610 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T02:45:32.610 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:32.610 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "modified": "2023-11-08T02:45:26.744404+0000", 2023-11-08T02:45:32.611 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:45:32.611 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:32.611 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T02:45:32.611 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: } 2023-11-08T02:45:32.956 INFO:teuthology.orchestra.run.smithi044.stderr:mgr not available, waiting (1/15)... 2023-11-08T02:45:33.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:32.593720+0000 mon.smithi044 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.44:0/1959470327' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T02:45:35.684 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:35.684 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: { 2023-11-08T02:45:35.684 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "fsid": "c9539b08-7de0-11ee-8dbb-212e2dc638e7", 2023-11-08T02:45:35.684 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "health": { 2023-11-08T02:45:35.685 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T02:45:35.685 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T02:45:35.685 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T02:45:35.685 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:35.685 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T02:45:35.686 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T02:45:35.686 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 0 2023-11-08T02:45:35.686 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:35.686 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T02:45:35.686 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "smithi044" 2023-11-08T02:45:35.686 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:35.687 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-08T02:45:35.687 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T02:45:35.687 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:35.687 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T02:45:35.687 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T02:45:35.688 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:35.688 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T02:45:35.688 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:35.688 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T02:45:35.688 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T02:45:35.688 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T02:45:35.692 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T02:45:35.692 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T02:45:35.692 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T02:45:35.692 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:35.692 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T02:45:35.692 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T02:45:35.693 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T02:45:35.693 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T02:45:35.693 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T02:45:35.693 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T02:45:35.693 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T02:45:35.694 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T02:45:35.694 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T02:45:35.694 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:35.694 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T02:45:35.694 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:35.695 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T02:45:35.695 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T02:45:35.695 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:35.695 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T02:45:35.695 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "available": false, 2023-11-08T02:45:35.695 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T02:45:35.696 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T02:45:35.696 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "iostat", 2023-11-08T02:45:35.696 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "nfs", 2023-11-08T02:45:35.696 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "restful" 2023-11-08T02:45:35.696 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:35.697 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:45:35.697 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:35.697 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T02:45:35.697 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:35.697 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "modified": "2023-11-08T02:45:26.744404+0000", 2023-11-08T02:45:35.698 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:45:35.698 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:35.698 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T02:45:35.698 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: } 2023-11-08T02:45:36.048 INFO:teuthology.orchestra.run.smithi044.stderr:mgr not available, waiting (2/15)... 2023-11-08T02:45:36.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:35.681756+0000 mon.smithi044 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.44:0/3831702989' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T02:45:38.534 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:38.534 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: { 2023-11-08T02:45:38.534 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "fsid": "c9539b08-7de0-11ee-8dbb-212e2dc638e7", 2023-11-08T02:45:38.535 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "health": { 2023-11-08T02:45:38.535 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T02:45:38.535 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T02:45:38.535 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T02:45:38.535 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:38.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T02:45:38.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T02:45:38.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 0 2023-11-08T02:45:38.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:38.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T02:45:38.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "smithi044" 2023-11-08T02:45:38.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:38.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-11-08T02:45:38.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T02:45:38.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:38.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T02:45:38.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T02:45:38.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:38.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T02:45:38.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:38.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T02:45:38.539 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T02:45:38.539 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T02:45:38.542 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T02:45:38.542 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T02:45:38.542 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T02:45:38.543 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:38.543 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T02:45:38.543 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T02:45:38.543 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T02:45:38.543 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T02:45:38.544 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T02:45:38.544 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T02:45:38.544 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T02:45:38.544 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T02:45:38.545 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T02:45:38.545 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:38.545 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T02:45:38.545 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:38.545 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T02:45:38.545 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T02:45:38.546 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:38.546 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T02:45:38.546 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "available": false, 2023-11-08T02:45:38.546 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T02:45:38.546 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T02:45:38.547 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "iostat", 2023-11-08T02:45:38.547 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "nfs", 2023-11-08T02:45:38.547 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "restful" 2023-11-08T02:45:38.547 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:38.547 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:45:38.548 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:38.548 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T02:45:38.548 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:38.548 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "modified": "2023-11-08T02:45:26.744404+0000", 2023-11-08T02:45:38.548 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:45:38.549 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:38.549 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T02:45:38.549 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: } 2023-11-08T02:45:38.556 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:38.123986+0000 mon.smithi044 (mon.0) 9 : cluster [INF] Activating manager daemon smithi044.dprgyk 2023-11-08T02:45:38.556 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:38.126753+0000 mon.smithi044 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi044.dprgyk(active, starting, since 0.00288444s) 2023-11-08T02:45:38.556 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.127683+0000 mon.smithi044 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T02:45:38.556 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.127837+0000 mon.smithi044 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T02:45:38.557 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.128082+0000 mon.smithi044 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T02:45:38.557 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.128298+0000 mon.smithi044 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi044"}]: dispatch 2023-11-08T02:45:38.557 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.128639+0000 mon.smithi044 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr metadata", "who": "smithi044.dprgyk", "id": "smithi044.dprgyk"}]: dispatch 2023-11-08T02:45:38.557 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:38.142888+0000 mon.smithi044 (mon.0) 16 : cluster [INF] Manager daemon smithi044.dprgyk is now available 2023-11-08T02:45:38.557 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.155912+0000 mon.smithi044 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' 2023-11-08T02:45:38.558 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.160693+0000 mon.smithi044 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi044.dprgyk/mirror_snapshot_schedule"}]: dispatch 2023-11-08T02:45:38.558 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.163225+0000 mon.smithi044 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi044.dprgyk/trash_purge_schedule"}]: dispatch 2023-11-08T02:45:38.558 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.168667+0000 mon.smithi044 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' 2023-11-08T02:45:38.558 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.173558+0000 mon.smithi044 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.44:0/1094403208' entity='mgr.smithi044.dprgyk' 2023-11-08T02:45:38.898 INFO:teuthology.orchestra.run.smithi044.stderr:mgr not available, waiting (3/15)... 2023-11-08T02:45:39.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:38.532135+0000 mon.smithi044 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.44:0/1305489835' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T02:45:39.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:39.130267+0000 mon.smithi044 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi044.dprgyk(active, since 1.0064s) 2023-11-08T02:45:41.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:40.181512+0000 mon.smithi044 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi044.dprgyk(active, since 2s) 2023-11-08T02:45:41.577 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:41.578 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: { 2023-11-08T02:45:41.578 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "fsid": "c9539b08-7de0-11ee-8dbb-212e2dc638e7", 2023-11-08T02:45:41.578 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "health": { 2023-11-08T02:45:41.579 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T02:45:41.579 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T02:45:41.579 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T02:45:41.579 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:41.579 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T02:45:41.580 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T02:45:41.580 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 0 2023-11-08T02:45:41.580 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:41.580 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T02:45:41.580 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "smithi044" 2023-11-08T02:45:41.580 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:41.581 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-08T02:45:41.581 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T02:45:41.581 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:41.581 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T02:45:41.581 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T02:45:41.582 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:41.582 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T02:45:41.582 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:41.582 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T02:45:41.582 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T02:45:41.583 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T02:45:41.586 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T02:45:41.587 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T02:45:41.587 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T02:45:41.587 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:41.587 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T02:45:41.587 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T02:45:41.588 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T02:45:41.588 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T02:45:41.588 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T02:45:41.588 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T02:45:41.588 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T02:45:41.589 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T02:45:41.589 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T02:45:41.589 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:41.590 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T02:45:41.590 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:41.590 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T02:45:41.591 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T02:45:41.591 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:41.591 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T02:45:41.591 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "available": true, 2023-11-08T02:45:41.591 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T02:45:41.591 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T02:45:41.592 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "iostat", 2023-11-08T02:45:41.592 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "nfs", 2023-11-08T02:45:41.592 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "restful" 2023-11-08T02:45:41.592 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ], 2023-11-08T02:45:41.592 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:45:41.593 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:41.593 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T02:45:41.593 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:45:41.593 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "modified": "2023-11-08T02:45:26.744404+0000", 2023-11-08T02:45:41.594 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:45:41.594 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: }, 2023-11-08T02:45:41.594 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T02:45:41.594 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: } 2023-11-08T02:45:41.956 INFO:teuthology.orchestra.run.smithi044.stderr:mgr is available 2023-11-08T02:45:42.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:42.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: [global] 2023-11-08T02:45:42.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: fsid = c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:42.536 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T02:45:42.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T02:45:42.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T02:45:42.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T02:45:42.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:42.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: [mgr] 2023-11-08T02:45:42.537 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T02:45:42.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 2023-11-08T02:45:42.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: [osd] 2023-11-08T02:45:42.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T02:45:42.538 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T02:45:42.559 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:41.576014+0000 mon.smithi044 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.44:0/2377261832' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T02:45:42.914 INFO:teuthology.orchestra.run.smithi044.stderr:Enabling cephadm module... 2023-11-08T02:45:43.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:42.535201+0000 mon.smithi044 (mon.0) 26 : audit [INF] from='client.? 172.21.15.44:0/3537489713' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T02:45:44.459 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:43.555127+0000 mon.smithi044 (mon.0) 27 : audit [INF] from='client.? 172.21.15.44:0/2518735823' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-08T02:45:45.146 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: { 2023-11-08T02:45:45.147 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-08T02:45:45.147 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "available": true, 2023-11-08T02:45:45.147 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "active_name": "smithi044.dprgyk", 2023-11-08T02:45:45.147 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T02:45:45.147 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: } 2023-11-08T02:45:45.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:44.189538+0000 mon.smithi044 (mon.0) 28 : audit [INF] from='client.? 172.21.15.44:0/2518735823' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-08T02:45:45.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:44.189597+0000 mon.smithi044 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi044.dprgyk(active, since 6s) 2023-11-08T02:45:45.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:45.146531+0000 mon.smithi044 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.44:0/865541409' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T02:45:46.893 INFO:teuthology.orchestra.run.smithi044.stderr:Waiting for the mgr to restart... 2023-11-08T02:45:46.893 INFO:teuthology.orchestra.run.smithi044.stderr:Waiting for mgr epoch 5... 2023-11-08T02:45:50.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:50.234700+0000 mon.smithi044 (mon.0) 31 : cluster [INF] Active manager daemon smithi044.dprgyk restarted 2023-11-08T02:45:50.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:50.234944+0000 mon.smithi044 (mon.0) 32 : cluster [INF] Activating manager daemon smithi044.dprgyk 2023-11-08T02:45:50.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:50.238183+0000 mon.smithi044 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-08T02:45:50.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:50.238329+0000 mon.smithi044 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi044.dprgyk(active, starting, since 0.00346498s) 2023-11-08T02:45:50.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.239226+0000 mon.smithi044 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi044"}]: dispatch 2023-11-08T02:45:50.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.240078+0000 mon.smithi044 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr metadata", "who": "smithi044.dprgyk", "id": "smithi044.dprgyk"}]: dispatch 2023-11-08T02:45:50.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.240854+0000 mon.smithi044 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T02:45:50.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.241120+0000 mon.smithi044 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T02:45:50.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.241368+0000 mon.smithi044 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T02:45:50.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:50.243525+0000 mon.smithi044 (mon.0) 40 : cluster [INF] Manager daemon smithi044.dprgyk is now available 2023-11-08T02:45:50.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.258786+0000 mon.smithi044 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:45:51.247 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: { 2023-11-08T02:45:51.247 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-08T02:45:51.247 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T02:45:51.247 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: } 2023-11-08T02:45:51.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:45:50.255716+0000 mgr.smithi044.dprgyk (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-08T02:45:51.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.356807+0000 mon.smithi044 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:45:51.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.357931+0000 mon.smithi044 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:45:51.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.359536+0000 mon.smithi044 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:45:51.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.361286+0000 mon.smithi044 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:45:51.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.375992+0000 mon.smithi044 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi044.dprgyk/mirror_snapshot_schedule"}]: dispatch 2023-11-08T02:45:51.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:50.379211+0000 mon.smithi044 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi044.dprgyk/trash_purge_schedule"}]: dispatch 2023-11-08T02:45:51.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:51.240671+0000 mon.smithi044 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi044.dprgyk(active, since 1.0058s) 2023-11-08T02:45:52.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:51.239995+0000 mgr.smithi044.dprgyk (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T02:45:52.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:51.247019+0000 mgr.smithi044.dprgyk (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T02:45:53.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:45:52.359620+0000 mon.smithi044 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi044.dprgyk(active, since 2s) 2023-11-08T02:45:53.923 INFO:teuthology.orchestra.run.smithi044.stderr:mgr epoch 5 is available 2023-11-08T02:45:53.924 INFO:teuthology.orchestra.run.smithi044.stderr:Setting orchestrator backend to cephadm... 2023-11-08T02:45:55.909 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: value unchanged 2023-11-08T02:45:56.271 INFO:teuthology.orchestra.run.smithi044.stderr:Generating ssh key... 2023-11-08T02:45:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:54.933561+0000 mgr.smithi044.dprgyk (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:45:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:54.937861+0000 mon.smithi044 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:45:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:54.992543+0000 mon.smithi044 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:45:57.228 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:55.910177+0000 mgr.smithi044.dprgyk (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:45:57.976 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDY2HAI7Qu1D4JrpQQ98mbmhnAos9JG4NAKAsc4eOYIL2eeEl4Y39f/CyBYPRcx2Uv6yFg9+veRanowJdtLVvjY8G/aI9GN0ihpbMJ4bAgZWUzmjq/P9F5Ccmhnzq6CjuauirisgtrN/5VvHzroPEHh+hf8xxGYuxdfiJYWr/Wu4Y798OhZbTaTQXv4dw7ywy9cwGskyIghl6HP/B6/aKGVZNwxYYsIaoVgwNYYI1I0RHpWXuqKquxRqsQHCFQAczuZmgwqz0ZQHyfVhJTYI842NGbBaJw+nrR6uuzboa4EGGXQBMgcGxHd37nCmT3eOLoMCyOxz39OGIfBGaNfkdPyDun+lfZt1K2Oexicftp3zEsYNHpPhyg5mBmTy8Wx7ucZtHqydZZ9dnrqrjRz7rNIAuqm8naXNtdvuBiOjm46aPTJ2ybMOVBvJFengt6GNIkhMGmaUfhYRv6UkqVa1zGshMP2qmrxUdpIcDEOjnwvZ++zUoSeCqAmVkpNOzISx6U= ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:45:58.257 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:56.863905+0000 mgr.smithi044.dprgyk (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:45:58.257 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:45:56.864139+0000 mgr.smithi044.dprgyk (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-11-08T02:45:58.257 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:57.032591+0000 mon.smithi044 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:45:58.257 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:57.034444+0000 mon.smithi044 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:45:58.329 INFO:teuthology.orchestra.run.smithi044.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-08T02:45:58.329 INFO:teuthology.orchestra.run.smithi044.stderr:Adding key to root@localhost authorized_keys... 2023-11-08T02:45:58.330 INFO:teuthology.orchestra.run.smithi044.stderr:Adding host smithi044... 2023-11-08T02:45:59.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:45:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:57.977061+0000 mgr.smithi044.dprgyk (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:45:59.606 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Added host 'smithi044' with addr '172.21.15.44' 2023-11-08T02:45:59.979 INFO:teuthology.orchestra.run.smithi044.stderr:Deploying mon service with default placement... 2023-11-08T02:46:00.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:58.925276+0000 mgr.smithi044.dprgyk (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi044", "addr": "172.21.15.44", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:00.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:59.605454+0000 mon.smithi044 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:00.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:45:59.616495+0000 mon.smithi044 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:46:00.625 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-08T02:46:01.062 INFO:teuthology.orchestra.run.smithi044.stderr:Deploying mgr service with default placement... 2023-11-08T02:46:01.220 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:45:59.605776+0000 mgr.smithi044.dprgyk (mgr.14118) 10 : cephadm [INF] Added host smithi044 2023-11-08T02:46:01.220 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:00.625175+0000 mon.smithi044 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:01.809 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-08T02:46:02.148 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:00.620735+0000 mgr.smithi044.dprgyk (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:02.149 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:00.622056+0000 mgr.smithi044.dprgyk (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-08T02:46:02.149 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:01.457280+0000 mon.smithi044 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:02.149 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:01.727844+0000 mon.smithi044 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:02.149 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:01.810132+0000 mon.smithi044 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:02.203 INFO:teuthology.orchestra.run.smithi044.stderr:Deploying crash service with default placement... 2023-11-08T02:46:02.794 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-08T02:46:03.106 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:01.805786+0000 mgr.smithi044.dprgyk (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:03.107 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:01.806727+0000 mgr.smithi044.dprgyk (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-08T02:46:03.107 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:02.794293+0000 mon.smithi044 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:03.107 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:02.797196+0000 mon.smithi044 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:03.179 INFO:teuthology.orchestra.run.smithi044.stderr:Deploying prometheus service with default placement... 2023-11-08T02:46:03.891 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-08T02:46:04.206 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:02.790433+0000 mgr.smithi044.dprgyk (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:04.206 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:02.791504+0000 mgr.smithi044.dprgyk (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-08T02:46:04.207 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:03.891570+0000 mon.smithi044 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:04.237 INFO:teuthology.orchestra.run.smithi044.stderr:Deploying grafana service with default placement... 2023-11-08T02:46:04.818 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-08T02:46:05.172 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:03.888293+0000 mgr.smithi044.dprgyk (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:05.173 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:03.889269+0000 mgr.smithi044.dprgyk (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-08T02:46:05.173 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:04.819199+0000 mon.smithi044 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:05.220 INFO:teuthology.orchestra.run.smithi044.stderr:Deploying node-exporter service with default placement... 2023-11-08T02:46:05.779 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-08T02:46:06.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:04.815941+0000 mgr.smithi044.dprgyk (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:06.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:04.816861+0000 mgr.smithi044.dprgyk (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-08T02:46:06.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:05.779774+0000 mon.smithi044 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:06.128 INFO:teuthology.orchestra.run.smithi044.stderr:Deploying alertmanager service with default placement... 2023-11-08T02:46:06.707 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-08T02:46:07.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:05.775767+0000 mgr.smithi044.dprgyk (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:07.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:05.776734+0000 mgr.smithi044.dprgyk (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-08T02:46:07.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:06.707720+0000 mon.smithi044 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.44:0/3687902642' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:08.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:06.704292+0000 mgr.smithi044.dprgyk (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:08.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:06.705224+0000 mgr.smithi044.dprgyk (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-08T02:46:08.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:07.622885+0000 mon.smithi044 (mon.0) 66 : audit [INF] from='client.? 172.21.15.44:0/1136840027' entity='client.admin' 2023-11-08T02:46:08.877 INFO:teuthology.orchestra.run.smithi044.stderr:Enabling the dashboard module... 2023-11-08T02:46:09.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:08.548608+0000 mon.smithi044 (mon.0) 67 : audit [INF] from='client.? 172.21.15.44:0/3250225546' entity='client.admin' 2023-11-08T02:46:09.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:09.489197+0000 mon.smithi044 (mon.0) 68 : audit [INF] from='client.? 172.21.15.44:0/477042385' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-08T02:46:10.521 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: { 2023-11-08T02:46:10.521 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-08T02:46:10.522 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "available": true, 2023-11-08T02:46:10.522 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "active_name": "smithi044.dprgyk", 2023-11-08T02:46:10.522 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T02:46:10.522 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: } 2023-11-08T02:46:10.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:09.552657+0000 mon.smithi044 (mon.0) 69 : audit [INF] from='client.? 172.21.15.44:0/477042385' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-08T02:46:10.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:09.552733+0000 mon.smithi044 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi044.dprgyk(active, since 19s) 2023-11-08T02:46:10.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:10.521764+0000 mon.smithi044 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.44:0/2623953175' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T02:46:10.869 INFO:teuthology.orchestra.run.smithi044.stderr:Waiting for the mgr to restart... 2023-11-08T02:46:10.869 INFO:teuthology.orchestra.run.smithi044.stderr:Waiting for mgr epoch 9... 2023-11-08T02:46:16.671 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: { 2023-11-08T02:46:16.671 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-08T02:46:16.671 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T02:46:16.672 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: } 2023-11-08T02:46:16.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:15.653900+0000 mon.smithi044 (mon.0) 72 : cluster [INF] Active manager daemon smithi044.dprgyk restarted 2023-11-08T02:46:16.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:15.654179+0000 mon.smithi044 (mon.0) 73 : cluster [INF] Activating manager daemon smithi044.dprgyk 2023-11-08T02:46:16.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:15.659644+0000 mon.smithi044 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-08T02:46:16.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:15.659778+0000 mon.smithi044 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi044.dprgyk(active, starting, since 0.005699s) 2023-11-08T02:46:16.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.660775+0000 mon.smithi044 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi044"}]: dispatch 2023-11-08T02:46:16.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.661460+0000 mon.smithi044 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr metadata", "who": "smithi044.dprgyk", "id": "smithi044.dprgyk"}]: dispatch 2023-11-08T02:46:16.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.662250+0000 mon.smithi044 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T02:46:16.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.662515+0000 mon.smithi044 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T02:46:16.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.662740+0000 mon.smithi044 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T02:46:16.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:15.676664+0000 mon.smithi044 (mon.0) 81 : cluster [INF] Manager daemon smithi044.dprgyk is now available 2023-11-08T02:46:16.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.785132+0000 mon.smithi044 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:46:16.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.786842+0000 mon.smithi044 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:46:16.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.813894+0000 mon.smithi044 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi044.dprgyk/mirror_snapshot_schedule"}]: dispatch 2023-11-08T02:46:16.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:15.816492+0000 mon.smithi044 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi044.dprgyk/trash_purge_schedule"}]: dispatch 2023-11-08T02:46:17.143 INFO:teuthology.orchestra.run.smithi044.stderr:mgr epoch 9 is available 2023-11-08T02:46:17.143 INFO:teuthology.orchestra.run.smithi044.stderr:Generating a dashboard self-signed certificate... 2023-11-08T02:46:17.866 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-08T02:46:17.891 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:16.664092+0000 mgr.smithi044.dprgyk (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T02:46:17.892 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:16.665016+0000 mon.smithi044 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi044.dprgyk(active, since 1.01093s) 2023-11-08T02:46:17.892 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:16.671145+0000 mgr.smithi044.dprgyk (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T02:46:17.892 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:16.928748+0000 mon.smithi044 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:18.384 INFO:teuthology.orchestra.run.smithi044.stderr:Creating initial admin user... 2023-11-08T02:46:19.227 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$CkpJIbWmV73xDdwUbrVShuOJG434NkBnmMpVusGzbU8u6DzAHOHOG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699411579, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T02:46:19.257 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:17.739039+0000 mgr.smithi044.dprgyk (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:19.257 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:17.864470+0000 mon.smithi044 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:19.257 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:17.867075+0000 mon.smithi044 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:19.257 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:18.665907+0000 mon.smithi044 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi044.dprgyk(active, since 3s) 2023-11-08T02:46:19.585 INFO:teuthology.orchestra.run.smithi044.stderr:Fetching dashboard port number... 2023-11-08T02:46:20.143 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: 8443 2023-11-08T02:46:20.554 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:18.975258+0000 mgr.smithi044.dprgyk (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:20.554 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:19.227252+0000 mon.smithi044 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:20.555 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:20.144488+0000 mon.smithi044 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.44:0/2159488720' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-08T02:46:20.578 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: disabled 2023-11-08T02:46:20.587 INFO:teuthology.orchestra.run.smithi044.stderr:systemctl: inactive 2023-11-08T02:46:20.588 INFO:teuthology.orchestra.run.smithi044.stderr:firewalld.service is not enabled 2023-11-08T02:46:20.588 INFO:teuthology.orchestra.run.smithi044.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T02:46:20.591 INFO:teuthology.orchestra.run.smithi044.stderr:Ceph Dashboard is now available at: 2023-11-08T02:46:20.592 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:20.592 INFO:teuthology.orchestra.run.smithi044.stderr: URL: https://smithi044.front.sepia.ceph.com:8443/ 2023-11-08T02:46:20.592 INFO:teuthology.orchestra.run.smithi044.stderr: User: admin 2023-11-08T02:46:20.592 INFO:teuthology.orchestra.run.smithi044.stderr: Password: q1x53d3tj5 2023-11-08T02:46:20.592 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:20.593 INFO:teuthology.orchestra.run.smithi044.stderr:Enabling autotune for osd_memory_target 2023-11-08T02:46:22.229 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-08T02:46:22.585 INFO:teuthology.orchestra.run.smithi044.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-08T02:46:22.585 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:22.586 INFO:teuthology.orchestra.run.smithi044.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:46:22.586 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:22.586 INFO:teuthology.orchestra.run.smithi044.stderr:Or, if you are only running a single cluster on this host: 2023-11-08T02:46:22.586 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:22.586 INFO:teuthology.orchestra.run.smithi044.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-08T02:46:22.587 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:22.587 INFO:teuthology.orchestra.run.smithi044.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-08T02:46:22.587 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:22.587 INFO:teuthology.orchestra.run.smithi044.stderr: ceph telemetry on 2023-11-08T02:46:22.587 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:22.588 INFO:teuthology.orchestra.run.smithi044.stderr:For more information see: 2023-11-08T02:46:22.588 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:22.588 INFO:teuthology.orchestra.run.smithi044.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-08T02:46:22.588 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T02:46:22.588 INFO:teuthology.orchestra.run.smithi044.stderr:Bootstrap complete. 2023-11-08T02:46:22.631 INFO:tasks.cephadm:Fetching config... 2023-11-08T02:46:22.631 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:46:22.632 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T02:46:22.654 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T02:46:22.654 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:46:22.654 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T02:46:22.715 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T02:46:22.716 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:46:22.716 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/keyring of=/dev/stdout 2023-11-08T02:46:22.785 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:21.743807+0000 mon.smithi044 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi044.dprgyk(active, since 6s) 2023-11-08T02:46:22.786 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:22.226720+0000 mon.smithi044 (mon.0) 94 : audit [INF] from='client.? 172.21.15.44:0/67052552' entity='client.admin' 2023-11-08T02:46:22.794 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T02:46:22.795 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:46:22.795 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T02:46:22.856 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T02:46:22.857 DEBUG:teuthology.orchestra.run.smithi044:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDY2HAI7Qu1D4JrpQQ98mbmhnAos9JG4NAKAsc4eOYIL2eeEl4Y39f/CyBYPRcx2Uv6yFg9+veRanowJdtLVvjY8G/aI9GN0ihpbMJ4bAgZWUzmjq/P9F5Ccmhnzq6CjuauirisgtrN/5VvHzroPEHh+hf8xxGYuxdfiJYWr/Wu4Y798OhZbTaTQXv4dw7ywy9cwGskyIghl6HP/B6/aKGVZNwxYYsIaoVgwNYYI1I0RHpWXuqKquxRqsQHCFQAczuZmgwqz0ZQHyfVhJTYI842NGbBaJw+nrR6uuzboa4EGGXQBMgcGxHd37nCmT3eOLoMCyOxz39OGIfBGaNfkdPyDun+lfZt1K2Oexicftp3zEsYNHpPhyg5mBmTy8Wx7ucZtHqydZZ9dnrqrjRz7rNIAuqm8naXNtdvuBiOjm46aPTJ2ybMOVBvJFengt6GNIkhMGmaUfhYRv6UkqVa1zGshMP2qmrxUdpIcDEOjnwvZ++zUoSeCqAmVkpNOzISx6U= ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T02:46:22.941 INFO:teuthology.orchestra.run.smithi044.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDY2HAI7Qu1D4JrpQQ98mbmhnAos9JG4NAKAsc4eOYIL2eeEl4Y39f/CyBYPRcx2Uv6yFg9+veRanowJdtLVvjY8G/aI9GN0ihpbMJ4bAgZWUzmjq/P9F5Ccmhnzq6CjuauirisgtrN/5VvHzroPEHh+hf8xxGYuxdfiJYWr/Wu4Y798OhZbTaTQXv4dw7ywy9cwGskyIghl6HP/B6/aKGVZNwxYYsIaoVgwNYYI1I0RHpWXuqKquxRqsQHCFQAczuZmgwqz0ZQHyfVhJTYI842NGbBaJw+nrR6uuzboa4EGGXQBMgcGxHd37nCmT3eOLoMCyOxz39OGIfBGaNfkdPyDun+lfZt1K2Oexicftp3zEsYNHpPhyg5mBmTy8Wx7ucZtHqydZZ9dnrqrjRz7rNIAuqm8naXNtdvuBiOjm46aPTJ2ybMOVBvJFengt6GNIkhMGmaUfhYRv6UkqVa1zGshMP2qmrxUdpIcDEOjnwvZ++zUoSeCqAmVkpNOzISx6U= ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:46:22.953 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDY2HAI7Qu1D4JrpQQ98mbmhnAos9JG4NAKAsc4eOYIL2eeEl4Y39f/CyBYPRcx2Uv6yFg9+veRanowJdtLVvjY8G/aI9GN0ihpbMJ4bAgZWUzmjq/P9F5Ccmhnzq6CjuauirisgtrN/5VvHzroPEHh+hf8xxGYuxdfiJYWr/Wu4Y798OhZbTaTQXv4dw7ywy9cwGskyIghl6HP/B6/aKGVZNwxYYsIaoVgwNYYI1I0RHpWXuqKquxRqsQHCFQAczuZmgwqz0ZQHyfVhJTYI842NGbBaJw+nrR6uuzboa4EGGXQBMgcGxHd37nCmT3eOLoMCyOxz39OGIfBGaNfkdPyDun+lfZt1K2Oexicftp3zEsYNHpPhyg5mBmTy8Wx7ucZtHqydZZ9dnrqrjRz7rNIAuqm8naXNtdvuBiOjm46aPTJ2ybMOVBvJFengt6GNIkhMGmaUfhYRv6UkqVa1zGshMP2qmrxUdpIcDEOjnwvZ++zUoSeCqAmVkpNOzISx6U= ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T02:46:22.999 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDY2HAI7Qu1D4JrpQQ98mbmhnAos9JG4NAKAsc4eOYIL2eeEl4Y39f/CyBYPRcx2Uv6yFg9+veRanowJdtLVvjY8G/aI9GN0ihpbMJ4bAgZWUzmjq/P9F5Ccmhnzq6CjuauirisgtrN/5VvHzroPEHh+hf8xxGYuxdfiJYWr/Wu4Y798OhZbTaTQXv4dw7ywy9cwGskyIghl6HP/B6/aKGVZNwxYYsIaoVgwNYYI1I0RHpWXuqKquxRqsQHCFQAczuZmgwqz0ZQHyfVhJTYI842NGbBaJw+nrR6uuzboa4EGGXQBMgcGxHd37nCmT3eOLoMCyOxz39OGIfBGaNfkdPyDun+lfZt1K2Oexicftp3zEsYNHpPhyg5mBmTy8Wx7ucZtHqydZZ9dnrqrjRz7rNIAuqm8naXNtdvuBiOjm46aPTJ2ybMOVBvJFengt6GNIkhMGmaUfhYRv6UkqVa1zGshMP2qmrxUdpIcDEOjnwvZ++zUoSeCqAmVkpNOzISx6U= ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:46:23.010 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T02:46:25.108 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-08T02:46:25.108 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-08T02:46:25.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:24.422711+0000 mon.smithi044 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:25.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:24.718617+0000 mon.smithi044 (mon.0) 96 : audit [INF] from='client.? 172.21.15.44:0/3810373129' entity='client.admin' 2023-11-08T02:46:25.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:24.888201+0000 mon.smithi044 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi044", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:46:25.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:24.894436+0000 mon.smithi044 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:26.602 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:24.905778+0000 mgr.smithi044.dprgyk (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi044 on smithi044 2023-11-08T02:46:28.283 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi087 2023-11-08T02:46:28.284 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:46:28.284 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/etc/ceph/ceph.conf 2023-11-08T02:46:28.306 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:46:28.306 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:46:28.367 INFO:tasks.cephadm:Adding host smithi087 to orchestrator... 2023-11-08T02:46:28.367 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi087 2023-11-08T02:46:28.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:27.107493+0000 mgr.smithi044.dprgyk (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:28.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:27.110134+0000 mon.smithi044 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:31.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:30.742256+0000 mon.smithi044 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:31.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:30.744219+0000 mon.smithi044 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi044", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:46:31.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:30.745904+0000 mon.smithi044 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi044", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T02:46:31.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:30.746541+0000 mon.smithi044 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:46:31.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:30.747113+0000 mgr.smithi044.dprgyk (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi044 on smithi044 2023-11-08T02:46:31.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:30.812290+0000 mon.smithi044 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:33.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:32.484436+0000 mon.smithi044 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:33.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:32.549357+0000 mon.smithi044 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:33.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:32.551316+0000 mon.smithi044 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:33.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:32.553471+0000 mon.smithi044 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T02:46:33.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:32.553877+0000 mgr.smithi044.dprgyk (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T02:46:33.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:32.556463+0000 mon.smithi044 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:33.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:32.560136+0000 mgr.smithi044.dprgyk (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi044 on smithi044 2023-11-08T02:46:37.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:35.663640+0000 mgr.smithi044.dprgyk (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:46:37.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:35.815553+0000 mon.smithi044 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:39.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:37.663919+0000 mgr.smithi044.dprgyk (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:46:41.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:39.664177+0000 mgr.smithi044.dprgyk (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:46:43.654 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:41.664450+0000 mgr.smithi044.dprgyk (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:46:43.654 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:43.480937+0000 mon.smithi044 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:44.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:43.483566+0000 mgr.smithi044.dprgyk (mgr.14158) 14 : cephadm [INF] Deploying daemon node-exporter.smithi044 on smithi044 2023-11-08T02:46:45.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:43.664750+0000 mgr.smithi044.dprgyk (mgr.14158) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:46:47.163 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:45.665042+0000 mgr.smithi044.dprgyk (mgr.14158) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:46:47.164 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:45.819634+0000 mon.smithi044 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:47.164 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:46.134558+0000 mon.smithi044 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:47.164 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:46.136926+0000 mon.smithi044 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-08T02:46:48.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:47.136902+0000 mon.smithi044 (mon.0) 115 : audit [INF] from='mgr.14158 172.21.15.44:0/364727109' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-08T02:46:48.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:47.136995+0000 mon.smithi044 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi044.dprgyk(active, since 31s) 2023-11-08T02:46:53.422 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:53.180955+0000 mon.smithi044 (mon.0) 117 : cluster [INF] Active manager daemon smithi044.dprgyk restarted 2023-11-08T02:46:53.422 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:53.181298+0000 mon.smithi044 (mon.0) 118 : cluster [INF] Activating manager daemon smithi044.dprgyk 2023-11-08T02:46:53.423 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:53.184194+0000 mon.smithi044 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-08T02:46:53.423 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:53.184310+0000 mon.smithi044 (mon.0) 120 : cluster [DBG] mgrmap e15: smithi044.dprgyk(active, starting, since 0.00314648s) 2023-11-08T02:46:53.423 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.185406+0000 mon.smithi044 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi044"}]: dispatch 2023-11-08T02:46:53.423 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.186063+0000 mon.smithi044 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr metadata", "who": "smithi044.dprgyk", "id": "smithi044.dprgyk"}]: dispatch 2023-11-08T02:46:53.424 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.186822+0000 mon.smithi044 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T02:46:53.424 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.187007+0000 mon.smithi044 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T02:46:53.424 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.187158+0000 mon.smithi044 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T02:46:53.424 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:53.201642+0000 mon.smithi044 (mon.0) 126 : cluster [INF] Manager daemon smithi044.dprgyk is now available 2023-11-08T02:46:54.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.312699+0000 mon.smithi044 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:46:54.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.315594+0000 mon.smithi044 (mon.0) 128 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:46:54.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.332325+0000 mon.smithi044 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:54.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.348172+0000 mon.smithi044 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi044.dprgyk/mirror_snapshot_schedule"}]: dispatch 2023-11-08T02:46:54.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:53.353309+0000 mon.smithi044 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi044.dprgyk/trash_purge_schedule"}]: dispatch 2023-11-08T02:46:54.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:54.186114+0000 mon.smithi044 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi044.dprgyk(active, since 1.00495s) 2023-11-08T02:46:55.543 INFO:teuthology.orchestra.run.smithi087.stdout:Added host 'smithi087' with addr '172.21.15.87' 2023-11-08T02:46:55.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:54.920541+0000 mgr.smithi044.dprgyk (mgr.14182) 1 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:46:55.873 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T02:46:56.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:46:55.238270+0000 mon.smithi044 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi044.dprgyk(active, since 2s) 2023-11-08T02:46:56.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:55.542824+0000 mon.smithi044 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:56.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:55.543198+0000 mgr.smithi044.dprgyk (mgr.14182) 2 : cephadm [INF] Added host smithi087 2023-11-08T02:46:56.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:55.905864+0000 mon.smithi044 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:56.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:56.224016+0000 mon.smithi044 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi044", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:46:56.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:56.224995+0000 mon.smithi044 (mon.0) 137 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:46:56.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:56.225679+0000 mon.smithi044 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:46:57.178 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:46:57.178 INFO:teuthology.orchestra.run.smithi087.stdout:[{"addr": "172.21.15.44", "hostname": "smithi044", "labels": [], "status": ""}, {"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}] 2023-11-08T02:46:57.544 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T02:46:57.544 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T02:46:57.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:56.226884+0000 mgr.smithi044.dprgyk (mgr.14182) 3 : cephadm [INF] Updating smithi044:/etc/ceph/ceph.conf 2023-11-08T02:46:57.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:56.249337+0000 mgr.smithi044.dprgyk (mgr.14182) 4 : cephadm [INF] Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:46:57.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:56.277424+0000 mon.smithi044 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:57.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:56.280085+0000 mon.smithi044 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:46:57.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:46:56.294034+0000 mgr.smithi044.dprgyk (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi044 on smithi044 2023-11-08T02:46:57.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:46:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:46:57.178205+0000 mgr.smithi044.dprgyk (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:01.718 INFO:teuthology.orchestra.run.smithi044.stderr:adjusted tunables profile to default 2023-11-08T02:47:02.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:01.660346+0000 mon.smithi044 (mon.0) 141 : audit [INF] from='client.? 172.21.15.44:0/414347167' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T02:47:02.632 INFO:tasks.cephadm:Adding mon.smithi044 on smithi044 2023-11-08T02:47:02.633 INFO:tasks.cephadm:Adding mon.smithi087 on smithi087 2023-11-08T02:47:02.633 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch apply mon '2;smithi044:172.21.15.44=smithi044;smithi087:172.21.15.87=smithi087' 2023-11-08T02:47:03.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:01.716279+0000 mon.smithi044 (mon.0) 142 : audit [INF] from='client.? 172.21.15.44:0/414347167' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T02:47:03.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:01.716341+0000 mon.smithi044 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T02:47:03.943 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled mon update... 2023-11-08T02:47:04.327 DEBUG:teuthology.orchestra.run.smithi087:mon.smithi087> sudo journalctl -f -n 0 -u ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi087.service 2023-11-08T02:47:04.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:47:04.331 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:47:04.359 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:-- Logs begin at Wed 2023-11-08 02:35:16 UTC. -- 2023-11-08T02:47:05.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:03.938838+0000 mgr.smithi044.dprgyk (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi044:172.21.15.44=smithi044;smithi087:172.21.15.87=smithi087", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:47:05.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:03.940838+0000 mgr.smithi044.dprgyk (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi044:172.21.15.44=smithi044;smithi087:172.21.15.87=smithi087;count:2 2023-11-08T02:47:05.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:03.943729+0000 mon.smithi044 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:05.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:04.466833+0000 mon.smithi044 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:05.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:04.468019+0000 mon.smithi044 (mon.0) 146 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:47:05.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:04.906209+0000 mon.smithi044 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:05.794 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:47:05.794 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"c9539b08-7de0-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:45:24.739922Z","created":"2023-11-08T02:45:24.739922Z","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":"smithi044","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:3300","nonce":0},{"type":"v1","addr":"172.21.15.44:6789","nonce":0}]},"addr":"172.21.15.44:6789/0","public_addr":"172.21.15.44:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T02:47:05.796 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-08T02:47:06.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:05.250824+0000 mon.smithi044 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:06.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:05.794929+0000 mon.smithi044 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.87:0/2049919299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:47:07.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:47:07.376 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:47:08.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:06.979864+0000 mon.smithi044 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:08.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:07.779061+0000 mon.smithi044 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:08.829 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:47:08.830 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"c9539b08-7de0-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:45:24.739922Z","created":"2023-11-08T02:45:24.739922Z","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":"smithi044","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:3300","nonce":0},{"type":"v1","addr":"172.21.15.44:6789","nonce":0}]},"addr":"172.21.15.44:6789/0","public_addr":"172.21.15.44:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T02:47:08.831 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-08T02:47:09.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.132461+0000 mon.smithi044 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:09.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.133419+0000 mon.smithi044 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:47:09.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.134506+0000 mon.smithi044 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:09.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.135382+0000 mon.smithi044 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:47:09.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:08.136787+0000 mgr.smithi044.dprgyk (mgr.14182) 9 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2023-11-08T02:47:09.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:08.166810+0000 mgr.smithi044.dprgyk (mgr.14182) 10 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:47:09.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.211452+0000 mon.smithi044 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:09.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.215048+0000 mon.smithi044 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:09.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.217021+0000 mon.smithi044 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:47:09.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.219728+0000 mon.smithi044 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T02:47:09.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.220532+0000 mon.smithi044 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:09.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.335881+0000 mon.smithi044 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:09.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:08.830328+0000 mon.smithi044 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.87:0/1867796900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:47:10.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:47:10.347 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:47:10.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:08.221244+0000 mgr.smithi044.dprgyk (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi087 on smithi087 2023-11-08T02:47:11.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:10.217560+0000 mon.smithi044 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:11.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:10.219895+0000 mon.smithi044 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.ewazkn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:47:11.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:10.221961+0000 mon.smithi044 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.ewazkn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T02:47:11.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:10.222798+0000 mon.smithi044 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:47:11.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:10.223817+0000 mon.smithi044 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:11.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:10.224579+0000 mgr.smithi044.dprgyk (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi087.ewazkn on smithi087 2023-11-08T02:47:11.907 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:47:11.908 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"c9539b08-7de0-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:45:24.739922Z","created":"2023-11-08T02:45:24.739922Z","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":"smithi044","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:3300","nonce":0},{"type":"v1","addr":"172.21.15.44:6789","nonce":0}]},"addr":"172.21.15.44:6789/0","public_addr":"172.21.15.44:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T02:47:11.909 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2023-11-08T02:47:12.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:11.907904+0000 mon.smithi044 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.87:0/2907371384' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:47:12.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:12.017630+0000 mon.smithi044 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:12.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:12.019836+0000 mon.smithi044 (mon.0) 170 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:47:12.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:12.020706+0000 mon.smithi044 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:12.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:12.021487+0000 mgr.smithi044.dprgyk (mgr.14182) 13 : cephadm [INF] Deploying daemon mon.smithi087 on smithi087 2023-11-08T02:47:13.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:47:13.250 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:47:13.946 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:13 smithi087 systemd[1]: Starting Ceph mon.smithi087 for c9539b08-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T02:47:14.501 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 bash[112165]: 0c33468968a6ebbf76a190de3c00e9dfdb794571cbcf20e8432010e9dabb121d 2023-11-08T02:47:14.501 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 systemd[1]: Started Ceph mon.smithi087 for c9539b08-7de0-11ee-8dbb-212e2dc638e7. 2023-11-08T02:47:14.501 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.403+0000 7fb8741a0880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T02:47:14.502 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.403+0000 7fb8741a0880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 7 2023-11-08T02:47:14.502 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.404+0000 7fb8741a0880 0 pidfile_write: ignore empty --pid-file 2023-11-08T02:47:14.502 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.408+0000 7fb8741a0880 0 load: jerasure load: lrc load: isa 2023-11-08T02:47:14.502 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T02:47:14.502 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.503 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T02:47:14.503 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T02:47:14.503 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: DB SUMMARY 2023-11-08T02:47:14.503 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.503 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T02:47:14.504 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.504 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T02:47:14.504 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.504 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-08T02:47:14.504 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.504 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi087/store.db dir, Total Num: 0, files: 2023-11-08T02:47:14.505 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.505 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi087/store.db: 000003.log size: 511 ; 2023-11-08T02:47:14.505 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.505 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T02:47:14.505 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T02:47:14.506 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T02:47:14.506 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.env: 0x558b829d6080 2023-11-08T02:47:14.506 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.fs: Posix File System 2023-11-08T02:47:14.506 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.info_log: 0x558b83affd80 2023-11-08T02:47:14.506 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T02:47:14.507 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.statistics: (nil) 2023-11-08T02:47:14.507 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.use_fsync: 0 2023-11-08T02:47:14.507 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T02:47:14.507 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T02:47:14.507 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T02:47:14.507 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T02:47:14.508 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T02:47:14.508 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T02:47:14.508 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T02:47:14.508 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T02:47:14.508 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T02:47:14.509 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T02:47:14.509 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T02:47:14.509 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.db_log_dir: 2023-11-08T02:47:14.509 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi087/store.db 2023-11-08T02:47:14.509 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T02:47:14.510 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T02:47:14.510 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T02:47:14.510 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T02:47:14.510 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T02:47:14.510 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T02:47:14.511 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T02:47:14.511 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T02:47:14.511 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T02:47:14.511 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T02:47:14.511 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.write_buffer_manager: 0x558b84756480 2023-11-08T02:47:14.512 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T02:47:14.512 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T02:47:14.512 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T02:47:14.512 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T02:47:14.512 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T02:47:14.512 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T02:47:14.513 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T02:47:14.513 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T02:47:14.513 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T02:47:14.513 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.unordered_write: 0 2023-11-08T02:47:14.513 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T02:47:14.514 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T02:47:14.514 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T02:47:14.514 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T02:47:14.514 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.row_cache: None 2023-11-08T02:47:14.514 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.wal_filter: None 2023-11-08T02:47:14.514 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T02:47:14.515 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T02:47:14.515 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T02:47:14.515 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T02:47:14.515 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T02:47:14.515 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T02:47:14.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T02:47:14.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T02:47:14.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T02:47:14.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T02:47:14.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T02:47:14.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T02:47:14.517 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T02:47:14.517 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T02:47:14.517 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T02:47:14.517 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T02:47:14.517 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T02:47:14.518 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T02:47:14.518 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T02:47:14.518 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T02:47:14.518 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T02:47:14.518 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_open_files: -1 2023-11-08T02:47:14.519 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T02:47:14.519 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T02:47:14.519 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T02:47:14.519 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T02:47:14.519 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Compression algorithms supported: 2023-11-08T02:47:14.519 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T02:47:14.520 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: kZSTD supported: 0 2023-11-08T02:47:14.520 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T02:47:14.520 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T02:47:14.520 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T02:47:14.520 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T02:47:14.521 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T02:47:14.521 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T02:47:14.522 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T02:47:14.523 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000001 2023-11-08T02:47:14.523 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.523 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T02:47:14.523 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.523 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T02:47:14.523 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.merge_operator: 2023-11-08T02:47:14.524 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_filter: None 2023-11-08T02:47:14.524 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T02:47:14.524 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T02:47:14.524 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T02:47:14.524 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558b83aafd30) 2023-11-08T02:47:14.525 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cache_index_and_filter_blocks: 1 2023-11-08T02:47:14.525 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T02:47:14.525 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T02:47:14.525 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: pin_top_level_index_and_filter: 1 2023-11-08T02:47:14.525 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: index_type: 0 2023-11-08T02:47:14.525 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: data_block_index_type: 0 2023-11-08T02:47:14.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: index_shortening: 1 2023-11-08T02:47:14.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T02:47:14.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: hash_index_allow_collision: 1 2023-11-08T02:47:14.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: checksum: 1 2023-11-08T02:47:14.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: no_block_cache: 0 2023-11-08T02:47:14.527 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: block_cache: 0x558b83ae4f10 2023-11-08T02:47:14.527 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: block_cache_name: BinnedLRUCache 2023-11-08T02:47:14.527 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: block_cache_options: 2023-11-08T02:47:14.527 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: capacity : 536870912 2023-11-08T02:47:14.527 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: num_shard_bits : 4 2023-11-08T02:47:14.528 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: strict_capacity_limit : 0 2023-11-08T02:47:14.528 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: high_pri_pool_ratio: 0.000 2023-11-08T02:47:14.528 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: block_cache_compressed: (nil) 2023-11-08T02:47:14.528 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: persistent_cache: (nil) 2023-11-08T02:47:14.528 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: block_size: 4096 2023-11-08T02:47:14.528 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: block_size_deviation: 10 2023-11-08T02:47:14.529 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: block_restart_interval: 16 2023-11-08T02:47:14.529 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: index_block_restart_interval: 1 2023-11-08T02:47:14.529 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: metadata_block_size: 4096 2023-11-08T02:47:14.529 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: partition_filters: 0 2023-11-08T02:47:14.529 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: use_delta_encoding: 1 2023-11-08T02:47:14.529 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T02:47:14.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: whole_key_filtering: 1 2023-11-08T02:47:14.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: verify_compression: 0 2023-11-08T02:47:14.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: read_amp_bytes_per_bit: 0 2023-11-08T02:47:14.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: format_version: 2 2023-11-08T02:47:14.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: enable_index_compression: 1 2023-11-08T02:47:14.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: block_align: 0 2023-11-08T02:47:14.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T02:47:14.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T02:47:14.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compression: NoCompression 2023-11-08T02:47:14.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T02:47:14.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T02:47:14.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T02:47:14.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.num_levels: 7 2023-11-08T02:47:14.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T02:47:14.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T02:47:14.533 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T02:47:14.533 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T02:47:14.533 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T02:47:14.533 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T02:47:14.533 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T02:47:14.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:47:14.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T02:47:14.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T02:47:14.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T02:47:14.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T02:47:14.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T02:47:14.535 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:47:14.535 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T02:47:14.535 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T02:47:14.535 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T02:47:14.535 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T02:47:14.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T02:47:14.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T02:47:14.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T02:47:14.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T02:47:14.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T02:47:14.536 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T02:47:14.537 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T02:47:14.537 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T02:47:14.537 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T02:47:14.537 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T02:47:14.537 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T02:47:14.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T02:47:14.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T02:47:14.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T02:47:14.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T02:47:14.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T02:47:14.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T02:47:14.539 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T02:47:14.539 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T02:47:14.539 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T02:47:14.539 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T02:47:14.539 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T02:47:14.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T02:47:14.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T02:47:14.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T02:47:14.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T02:47:14.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T02:47:14.540 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T02:47:14.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T02:47:14.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T02:47:14.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T02:47:14.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T02:47:14.541 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T02:47:14.542 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T02:47:14.542 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T02:47:14.542 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T02:47:14.542 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T02:47:14.542 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T02:47:14.542 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T02:47:14.543 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T02:47:14.543 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T02:47:14.543 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.ttl: 2592000 2023-11-08T02:47:14.543 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.409+0000 7fb8741a0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T02:47:14.543 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.410+0000 7fb8741a0880 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-08T02:47:14.544 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.544 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.410+0000 7fb8741a0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T02:47:14.544 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.544 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.410+0000 7fb8741a0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699411634411377, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-08T02:47:14.544 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.410+0000 7fb8741a0880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-08T02:47:14.544 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.410+0000 7fb8741a0880 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-08T02:47:14.545 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.410+0000 7fb8741a0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699411634411856, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1699411634, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T02:47:14.545 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.410+0000 7fb8741a0880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-08T02:47:14.545 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.545 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.411+0000 7fb8741a0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699411634412230, "job": 1, "event": "recovery_finished"} 2023-11-08T02:47:14.545 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.411+0000 7fb8741a0880 4 rocksdb: DB pointer 0x558b83bad800 2023-11-08T02:47:14.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.412+0000 7fb85afa6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T02:47:14.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.412+0000 7fb85afa6700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T02:47:14.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ** DB Stats ** 2023-11-08T02:47:14.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:47:14.546 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.547 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T02:47:14.547 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:47:14.547 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.547 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T02:47:14.547 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:47:14.547 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.548 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ** Compaction Stats [default] ** 2023-11-08T02:47:14.548 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.548 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:47:14.548 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-08T02:47:14.548 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-08T02:47:14.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-08T02:47:14.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ** Compaction Stats [default] ** 2023-11-08T02:47:14.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:47:14.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-08T02:47:14.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:47:14.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:47:14.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:47:14.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:47:14.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:47:14.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:47:14.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Cumulative compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:47:14.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Interval compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:47:14.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.551 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:47:14.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ** Compaction Stats [default] ** 2023-11-08T02:47:14.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:47:14.552 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-08T02:47:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-08T02:47:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ** Compaction Stats [default] ** 2023-11-08T02:47:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:47:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-11-08T02:47:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:47:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:47:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:47:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:47:14.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:47:14.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:47:14.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:47:14.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:47:14.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.412+0000 7fb8741a0880 0 mon.smithi087 does not exist in monmap, will attempt to join an existing cluster 2023-11-08T02:47:14.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.412+0000 7fb8741a0880 0 using public_addr v2:172.21.15.87:0/0 -> [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] 2023-11-08T02:47:14.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.413+0000 7fb8741a0880 0 starting mon.smithi087 rank -1 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 c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:47:14.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.414+0000 7fb8741a0880 1 mon.smithi087@-1(???) e0 preinit fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:47:14.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.439+0000 7fb85d7ab700 0 mon.smithi087@-1(synchronizing).mds e1 new map 2023-11-08T02:47:14.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.439+0000 7fb85d7ab700 0 mon.smithi087@-1(synchronizing).mds e1 print_map 2023-11-08T02:47:14.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: e1 2023-11-08T02:47:14.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T02:47:14.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:47:14.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: legacy client fscid: -1 2023-11-08T02:47:14.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: No filesystems configured 2023-11-08T02:47:14.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 2023-11-08T02:47:14.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.439+0000 7fb85d7ab700 1 mon.smithi087@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-08T02:47:14.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 1 mon.smithi087@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-08T02:47:14.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 1 mon.smithi087@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-08T02:47:14.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 1 mon.smithi087@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-08T02:47:14.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 1 mon.smithi087@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-08T02:47:14.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 1 mon.smithi087@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-08T02:47:14.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 1 mon.smithi087@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-08T02:47:14.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 0 mon.smithi087@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T02:47:14.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 0 mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:47:14.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 0 mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:47:14.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 0 mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:47:14.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:13.188171+0000 mgr.smithi044.dprgyk (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:14.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:13.339753+0000 mon.smithi044 (mon.0) 172 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:14.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.440+0000 7fb85d7ab700 1 mon.smithi087@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-08T02:47:14.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T02:47:14.442+0000 7fb85d7ab700 10 mon.smithi087@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-08T02:47:14.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:13.188171+0000 mgr.smithi044.dprgyk (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:14.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:13.339753+0000 mon.smithi044 (mon.0) 172 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:19.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:14.448360+0000 mon.smithi044 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi044"}]: dispatch 2023-11-08T02:47:19.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:14.448605+0000 mon.smithi044 (mon.0) 175 : cluster [INF] mon.smithi044 calling monitor election 2023-11-08T02:47:19.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:14.450003+0000 mon.smithi044 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:15.188596+0000 mgr.smithi044.dprgyk (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:19.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:15.445119+0000 mon.smithi044 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:16.445312+0000 mon.smithi044 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:16.446193+0000 mon.smithi087 (mon.1) 1 : cluster [INF] mon.smithi087 calling monitor election 2023-11-08T02:47:19.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:17.189023+0000 mgr.smithi044.dprgyk (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:19.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:17.416682+0000 mon.smithi044 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.87:0/2086831066' entity='mgr.smithi087.ewazkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.ewazkn/crt"}]: dispatch 2023-11-08T02:47:19.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:17.445215+0000 mon.smithi044 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:18.445315+0000 mon.smithi044 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:19.445671+0000 mon.smithi044 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.464055+0000 mon.smithi044 (mon.0) 183 : cluster [INF] mon.smithi044 is new leader, mons smithi044,smithi087 in quorum (ranks 0,1) 2023-11-08T02:47:19.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.467108+0000 mon.smithi044 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi044=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0],smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} removed_ranks: {} 2023-11-08T02:47:19.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.479449+0000 mon.smithi044 (mon.0) 185 : cluster [DBG] fsmap 2023-11-08T02:47:19.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.479501+0000 mon.smithi044 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T02:47:19.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.479737+0000 mon.smithi044 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi044.dprgyk(active, since 26s) 2023-11-08T02:47:19.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.481278+0000 mon.smithi044 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi087.ewazkn started 2023-11-08T02:47:19.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:19.482334+0000 mon.smithi044 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.87:0/2086831066' entity='mgr.smithi087.ewazkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T02:47:19.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.483965+0000 mon.smithi044 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2023-11-08T02:47:19.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:19.484429+0000 mon.smithi044 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.87:0/2086831066' entity='mgr.smithi087.ewazkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.ewazkn/key"}]: dispatch 2023-11-08T02:47:19.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:19.484878+0000 mon.smithi044 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.87:0/2086831066' entity='mgr.smithi087.ewazkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T02:47:19.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:19.486358+0000 mon.smithi044 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:19.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:14.448360+0000 mon.smithi044 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi044"}]: dispatch 2023-11-08T02:47:19.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:14.448605+0000 mon.smithi044 (mon.0) 175 : cluster [INF] mon.smithi044 calling monitor election 2023-11-08T02:47:19.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:14.450003+0000 mon.smithi044 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:15.188596+0000 mgr.smithi044.dprgyk (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:19.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:15.445119+0000 mon.smithi044 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:16.445312+0000 mon.smithi044 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:16.446193+0000 mon.smithi087 (mon.1) 1 : cluster [INF] mon.smithi087 calling monitor election 2023-11-08T02:47:19.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:17.189023+0000 mgr.smithi044.dprgyk (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:19.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:17.416682+0000 mon.smithi044 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.87:0/2086831066' entity='mgr.smithi087.ewazkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.ewazkn/crt"}]: dispatch 2023-11-08T02:47:19.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:17.445215+0000 mon.smithi044 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:18.445315+0000 mon.smithi044 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:19.445671+0000 mon.smithi044 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:19.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.464055+0000 mon.smithi044 (mon.0) 183 : cluster [INF] mon.smithi044 is new leader, mons smithi044,smithi087 in quorum (ranks 0,1) 2023-11-08T02:47:19.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.467108+0000 mon.smithi044 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi044=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0],smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} removed_ranks: {} 2023-11-08T02:47:19.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.479449+0000 mon.smithi044 (mon.0) 185 : cluster [DBG] fsmap 2023-11-08T02:47:19.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.479501+0000 mon.smithi044 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T02:47:19.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.479737+0000 mon.smithi044 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi044.dprgyk(active, since 26s) 2023-11-08T02:47:19.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.481278+0000 mon.smithi044 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi087.ewazkn started 2023-11-08T02:47:19.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:19.482334+0000 mon.smithi044 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.87:0/2086831066' entity='mgr.smithi087.ewazkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T02:47:19.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.483965+0000 mon.smithi044 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2023-11-08T02:47:19.817 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:19.484429+0000 mon.smithi044 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.87:0/2086831066' entity='mgr.smithi087.ewazkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.ewazkn/key"}]: dispatch 2023-11-08T02:47:19.818 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:19.484878+0000 mon.smithi044 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.87:0/2086831066' entity='mgr.smithi087.ewazkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T02:47:19.818 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:19.486358+0000 mon.smithi044 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:20.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.189441+0000 mgr.smithi044.dprgyk (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:20.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:19.488331+0000 mgr.smithi044.dprgyk (mgr.14182) 18 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2023-11-08T02:47:20.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:19.540818+0000 mon.smithi044 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi044.dprgyk(active, since 26s), standbys: smithi087.ewazkn 2023-11-08T02:47:20.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:19.541009+0000 mon.smithi044 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr metadata", "who": "smithi087.ewazkn", "id": "smithi087.ewazkn"}]: dispatch 2023-11-08T02:47:20.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:20.445798+0000 mon.smithi044 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:20.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.189441+0000 mgr.smithi044.dprgyk (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:20.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:19.488331+0000 mgr.smithi044.dprgyk (mgr.14182) 18 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2023-11-08T02:47:20.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:19.540818+0000 mon.smithi044 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi044.dprgyk(active, since 26s), standbys: smithi087.ewazkn 2023-11-08T02:47:20.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:19.541009+0000 mon.smithi044 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr metadata", "who": "smithi087.ewazkn", "id": "smithi087.ewazkn"}]: dispatch 2023-11-08T02:47:20.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:20.445798+0000 mon.smithi044 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-08T02:47:20.903 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-08T02:47:20.904 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":2,"fsid":"c9539b08-7de0-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:47:14.445297Z","created":"2023-11-08T02:45:24.739922Z","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":"smithi044","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:3300","nonce":0},{"type":"v1","addr":"172.21.15.44:6789","nonce":0}]},"addr":"172.21.15.44:6789/0","public_addr":"172.21.15.44:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"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,1]} 2023-11-08T02:47:20.904 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 2 2023-11-08T02:47:21.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:20.903079+0000 mon.smithi044 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.87:0/2822629382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:47:21.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:20.903079+0000 mon.smithi044 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.87:0/2822629382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:47:22.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:21.189948+0000 mgr.smithi044.dprgyk (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:22.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:21.189948+0000 mgr.smithi044.dprgyk (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:23.526 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-08T02:47:23.527 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-08T02:47:24.546 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:23.190480+0000 mgr.smithi044.dprgyk (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:24.546 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:23.347834+0000 mon.smithi044 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:24.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:23.190480+0000 mgr.smithi044.dprgyk (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:24.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:23.347834+0000 mon.smithi044 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:24.918 INFO:teuthology.orchestra.run.smithi044.stdout:# minimal ceph.conf for c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:47:24.919 INFO:teuthology.orchestra.run.smithi044.stdout:[global] 2023-11-08T02:47:24.919 INFO:teuthology.orchestra.run.smithi044.stdout: fsid = c9539b08-7de0-11ee-8dbb-212e2dc638e7 2023-11-08T02:47:24.919 INFO:teuthology.orchestra.run.smithi044.stdout: mon_host = [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] 2023-11-08T02:47:25.346 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-08T02:47:25.347 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:47:25.347 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T02:47:25.385 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:47:25.386 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:47:25.462 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:47:25.463 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T02:47:25.521 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:47:25.522 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:47:25.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:24.919835+0000 mon.smithi044 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.44:0/813732905' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:25.629 INFO:tasks.cephadm:Deploying OSDs... 2023-11-08T02:47:25.630 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:47:25.630 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:47:25.654 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T02:47:25.655 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/nvme1n1 2023-11-08T02:47:25.706 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:24.919835+0000 mon.smithi044 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.44:0/813732905' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:25.718 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/nvme1n1 2023-11-08T02:47:25.719 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:47:25.719 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 6h/6d Inode: 463805 Links: 1 Device type: 103,1 2023-11-08T02:47:25.719 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:47:25.719 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T02:47:25.719 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-11-08 02:46:24.915959696 +0000 2023-11-08T02:47:25.720 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-11-08 02:46:24.824961110 +0000 2023-11-08T02:47:25.720 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-11-08 02:46:24.824961110 +0000 2023-11-08T02:47:25.720 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-11-08T02:47:25.720 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T02:47:25.792 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-11-08T02:47:25.792 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-11-08T02:47:25.792 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000269973 s, 1.9 MB/s 2023-11-08T02:47:25.793 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T02:47:25.858 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/nvme2n1 2023-11-08T02:47:25.922 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/nvme2n1 2023-11-08T02:47:25.922 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:47:25.922 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 6h/6d Inode: 466989 Links: 1 Device type: 103,2 2023-11-08T02:47:25.923 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:47:25.923 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T02:47:25.923 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-11-08 02:46:24.927959510 +0000 2023-11-08T02:47:25.923 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-11-08 02:46:24.827961063 +0000 2023-11-08T02:47:25.924 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-11-08 02:46:24.827961063 +0000 2023-11-08T02:47:25.924 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-11-08T02:47:25.924 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T02:47:25.996 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-11-08T02:47:25.996 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-11-08T02:47:25.996 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000268356 s, 1.9 MB/s 2023-11-08T02:47:25.997 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T02:47:26.062 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/nvme3n1 2023-11-08T02:47:26.126 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/nvme3n1 2023-11-08T02:47:26.126 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:47:26.126 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 6h/6d Inode: 467112 Links: 1 Device type: 103,3 2023-11-08T02:47:26.127 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:47:26.127 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T02:47:26.127 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-11-08 02:46:24.939959324 +0000 2023-11-08T02:47:26.127 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-11-08 02:46:24.830961016 +0000 2023-11-08T02:47:26.128 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-11-08 02:46:24.830961016 +0000 2023-11-08T02:47:26.128 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-11-08T02:47:26.128 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T02:47:26.200 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-11-08T02:47:26.200 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-11-08T02:47:26.200 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000268536 s, 1.9 MB/s 2023-11-08T02:47:26.201 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T02:47:26.266 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/nvme4n1 2023-11-08T02:47:26.329 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/nvme4n1 2023-11-08T02:47:26.330 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:47:26.330 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 6h/6d Inode: 467225 Links: 1 Device type: 103,4 2023-11-08T02:47:26.330 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:47:26.330 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T02:47:26.331 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-11-08 02:46:24.952959122 +0000 2023-11-08T02:47:26.331 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-11-08 02:46:24.832960985 +0000 2023-11-08T02:47:26.331 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-11-08 02:46:24.832960985 +0000 2023-11-08T02:47:26.331 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-11-08T02:47:26.332 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T02:47:26.403 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-11-08T02:47:26.403 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-11-08T02:47:26.403 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000282225 s, 1.8 MB/s 2023-11-08T02:47:26.404 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T02:47:26.469 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:47:26.469 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:47:26.492 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T02:47:26.492 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme1n1 2023-11-08T02:47:26.555 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme1n1 2023-11-08T02:47:26.555 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:47:26.555 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 430559 Links: 1 Device type: 103,1 2023-11-08T02:47:26.556 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:47:26.556 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T02:47:26.556 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-08 02:47:06.895946563 +0000 2023-11-08T02:47:26.556 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-08 02:47:06.838947862 +0000 2023-11-08T02:47:26.556 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-08 02:47:06.838947862 +0000 2023-11-08T02:47:26.557 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-08T02:47:26.557 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T02:47:26.624 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-08T02:47:26.624 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-08T02:47:26.625 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000259543 s, 2.0 MB/s 2023-11-08T02:47:26.626 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T02:47:26.686 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme2n1 2023-11-08T02:47:26.745 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme2n1 2023-11-08T02:47:26.746 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:47:26.746 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 434915 Links: 1 Device type: 103,2 2023-11-08T02:47:26.746 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:47:26.746 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T02:47:26.746 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-08 02:47:06.905946335 +0000 2023-11-08T02:47:26.747 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-08 02:47:06.840947816 +0000 2023-11-08T02:47:26.747 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-08 02:47:06.840947816 +0000 2023-11-08T02:47:26.747 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-08T02:47:26.747 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T02:47:26.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:25.190881+0000 mgr.smithi044.dprgyk (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:26.812 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-08T02:47:26.812 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-08T02:47:26.813 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000231288 s, 2.2 MB/s 2023-11-08T02:47:26.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:25.190881+0000 mgr.smithi044.dprgyk (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:26.814 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T02:47:26.874 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme3n1 2023-11-08T02:47:26.933 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme3n1 2023-11-08T02:47:26.933 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:47:26.934 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 435006 Links: 1 Device type: 103,3 2023-11-08T02:47:26.934 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:47:26.934 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T02:47:26.934 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-08 02:47:06.915946108 +0000 2023-11-08T02:47:26.935 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-08 02:47:06.842947771 +0000 2023-11-08T02:47:26.936 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-08 02:47:06.842947771 +0000 2023-11-08T02:47:26.936 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-08T02:47:26.936 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T02:47:27.000 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-08T02:47:27.000 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-08T02:47:27.000 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.00023531 s, 2.2 MB/s 2023-11-08T02:47:27.001 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T02:47:27.060 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme4n1 2023-11-08T02:47:27.118 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme4n1 2023-11-08T02:47:27.119 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:47:27.119 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 435038 Links: 1 Device type: 103,4 2023-11-08T02:47:27.119 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:47:27.119 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T02:47:27.119 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-08 02:47:06.925945880 +0000 2023-11-08T02:47:27.120 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-08 02:47:06.844947725 +0000 2023-11-08T02:47:27.120 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-08 02:47:06.844947725 +0000 2023-11-08T02:47:27.120 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-08T02:47:27.120 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T02:47:27.184 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-08T02:47:27.184 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-08T02:47:27.184 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000249528 s, 2.1 MB/s 2023-11-08T02:47:27.186 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T02:47:27.244 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-08T02:47:28.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:27.191222+0000 mgr.smithi044.dprgyk (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:28.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:27.191222+0000 mgr.smithi044.dprgyk (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:30.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:29.191720+0000 mgr.smithi044.dprgyk (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:30.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:30.199774+0000 mon.smithi044 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:30.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:30.201526+0000 mon.smithi044 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:47:30.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:29.191720+0000 mgr.smithi044.dprgyk (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:30.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:30.199774+0000 mon.smithi044 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:30.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:30.201526+0000 mon.smithi044 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:47:30.974 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled osd.all-available-devices update... 2023-11-08T02:47:31.619 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-08T02:47:31.620 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:32.188 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:30.968600+0000 mgr.smithi044.dprgyk (mgr.14182) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:47:32.188 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:30.970507+0000 mgr.smithi044.dprgyk (mgr.14182) 25 : cephadm [INF] Marking host: smithi044 for OSDSpec preview refresh. 2023-11-08T02:47:32.189 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:30.970588+0000 mgr.smithi044.dprgyk (mgr.14182) 26 : cephadm [INF] Marking host: smithi087 for OSDSpec preview refresh. 2023-11-08T02:47:32.189 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:30.970924+0000 mgr.smithi044.dprgyk (mgr.14182) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T02:47:32.189 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:30.974493+0000 mon.smithi044 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.189 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.481967+0000 mon.smithi044 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.189 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.486528+0000 mon.smithi044 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.190 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.487461+0000 mon.smithi044 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:32.190 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.488663+0000 mon.smithi044 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:47:32.190 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.516263+0000 mon.smithi044 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.190 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.528269+0000 mon.smithi044 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.191 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.535034+0000 mon.smithi044 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.191 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.540557+0000 mon.smithi044 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:47:32.191 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.545292+0000 mon.smithi044 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:47:32.191 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.546587+0000 mon.smithi044 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:47:32.191 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.546912+0000 mon.smithi044 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:32.192 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:31.547607+0000 mon.smithi044 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:32.238 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:30.968600+0000 mgr.smithi044.dprgyk (mgr.14182) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:47:32.238 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:30.970507+0000 mgr.smithi044.dprgyk (mgr.14182) 25 : cephadm [INF] Marking host: smithi044 for OSDSpec preview refresh. 2023-11-08T02:47:32.239 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:30.970588+0000 mgr.smithi044.dprgyk (mgr.14182) 26 : cephadm [INF] Marking host: smithi087 for OSDSpec preview refresh. 2023-11-08T02:47:32.239 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:30.970924+0000 mgr.smithi044.dprgyk (mgr.14182) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T02:47:32.239 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:30.974493+0000 mon.smithi044 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.239 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.481967+0000 mon.smithi044 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.240 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.486528+0000 mon.smithi044 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.240 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.487461+0000 mon.smithi044 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:32.240 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.488663+0000 mon.smithi044 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:47:32.240 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.516263+0000 mon.smithi044 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.240 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.528269+0000 mon.smithi044 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.241 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.535034+0000 mon.smithi044 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:32.241 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.540557+0000 mon.smithi044 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:47:32.241 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.545292+0000 mon.smithi044 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:47:32.241 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.546587+0000 mon.smithi044 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:47:32.241 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.546912+0000 mon.smithi044 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:32.242 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:31.547607+0000 mon.smithi044 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:33.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:31.192070+0000 mgr.smithi044.dprgyk (mgr.14182) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:33.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:31.489848+0000 mgr.smithi044.dprgyk (mgr.14182) 29 : cephadm [INF] Updating smithi044:/etc/ceph/ceph.conf 2023-11-08T02:47:33.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:31.490239+0000 mgr.smithi044.dprgyk (mgr.14182) 30 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2023-11-08T02:47:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:31.192070+0000 mgr.smithi044.dprgyk (mgr.14182) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:31.489848+0000 mgr.smithi044.dprgyk (mgr.14182) 29 : cephadm [INF] Updating smithi044:/etc/ceph/ceph.conf 2023-11-08T02:47:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:31.490239+0000 mgr.smithi044.dprgyk (mgr.14182) 30 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2023-11-08T02:47:33.875 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:34.267 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1699411653,"num_remapped_pgs":0} 2023-11-08T02:47:34.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:33.192409+0000 mgr.smithi044.dprgyk (mgr.14182) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:34.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:33.359902+0000 mon.smithi044 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:34.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:33.490020+0000 mon.smithi087 (mon.1) 2 : audit [INF] from='client.? 172.21.15.87:0/2081405956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b96b6705-9f21-4143-ad5f-294d1b3eed51"}]: dispatch 2023-11-08T02:47:34.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:33.490426+0000 mon.smithi044 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b96b6705-9f21-4143-ad5f-294d1b3eed51"}]: dispatch 2023-11-08T02:47:34.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:33.494291+0000 mon.smithi044 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b96b6705-9f21-4143-ad5f-294d1b3eed51"}]': finished 2023-11-08T02:47:34.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:33.494343+0000 mon.smithi044 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T02:47:34.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:33.494446+0000 mon.smithi044 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:34.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:33.875875+0000 mon.smithi044 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.44:0/2676694585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:34.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:33.192409+0000 mgr.smithi044.dprgyk (mgr.14182) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:34.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:33.359902+0000 mon.smithi044 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:34.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:33.490020+0000 mon.smithi087 (mon.1) 2 : audit [INF] from='client.? 172.21.15.87:0/2081405956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b96b6705-9f21-4143-ad5f-294d1b3eed51"}]: dispatch 2023-11-08T02:47:34.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:33.490426+0000 mon.smithi044 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b96b6705-9f21-4143-ad5f-294d1b3eed51"}]: dispatch 2023-11-08T02:47:34.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:33.494291+0000 mon.smithi044 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b96b6705-9f21-4143-ad5f-294d1b3eed51"}]': finished 2023-11-08T02:47:34.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:33.494343+0000 mon.smithi044 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T02:47:34.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:33.494446+0000 mon.smithi044 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:34.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:33.875875+0000 mon.smithi044 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.44:0/2676694585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:35.268 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:35.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:34.722830+0000 mon.smithi087 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.87:0/3280856493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:35.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:34.737525+0000 mon.smithi087 (mon.1) 4 : audit [INF] from='client.? 172.21.15.44:0/2346273966' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f45269-cec9-4c52-a795-599402041d09"}]: dispatch 2023-11-08T02:47:35.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:34.737922+0000 mon.smithi044 (mon.0) 221 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f45269-cec9-4c52-a795-599402041d09"}]: dispatch 2023-11-08T02:47:35.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:34.745830+0000 mon.smithi044 (mon.0) 222 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0f45269-cec9-4c52-a795-599402041d09"}]': finished 2023-11-08T02:47:35.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:34.745880+0000 mon.smithi044 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T02:47:35.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:34.746014+0000 mon.smithi044 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:35.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:34.746371+0000 mon.smithi044 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:35.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:34.722830+0000 mon.smithi087 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.87:0/3280856493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:35.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:34.737525+0000 mon.smithi087 (mon.1) 4 : audit [INF] from='client.? 172.21.15.44:0/2346273966' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f45269-cec9-4c52-a795-599402041d09"}]: dispatch 2023-11-08T02:47:35.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:34.737922+0000 mon.smithi044 (mon.0) 221 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f45269-cec9-4c52-a795-599402041d09"}]: dispatch 2023-11-08T02:47:35.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:34.745830+0000 mon.smithi044 (mon.0) 222 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0f45269-cec9-4c52-a795-599402041d09"}]': finished 2023-11-08T02:47:35.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:34.745880+0000 mon.smithi044 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T02:47:35.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:34.746014+0000 mon.smithi044 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:35.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:34.746371+0000 mon.smithi044 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:36.698 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:37.044 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:35.192729+0000 mgr.smithi044.dprgyk (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:37.045 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:36.170361+0000 mon.smithi044 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.44:0/2350845570' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:37.045 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:36.698339+0000 mon.smithi044 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.44:0/2450088777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:37.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:35.192729+0000 mgr.smithi044.dprgyk (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:37.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:36.170361+0000 mon.smithi044 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.44:0/2350845570' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:37.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:36.698339+0000 mon.smithi044 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.44:0/2450088777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:37.095 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1699411654,"num_remapped_pgs":0} 2023-11-08T02:47:38.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:37.237787+0000 mon.smithi087 (mon.1) 5 : audit [INF] from='client.? 172.21.15.87:0/1470721607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85361da0-9264-42d8-b846-c0b6303626c7"}]: dispatch 2023-11-08T02:47:38.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:37.238331+0000 mon.smithi044 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85361da0-9264-42d8-b846-c0b6303626c7"}]: dispatch 2023-11-08T02:47:38.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:37.242074+0000 mon.smithi044 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85361da0-9264-42d8-b846-c0b6303626c7"}]': finished 2023-11-08T02:47:38.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:37.242124+0000 mon.smithi044 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T02:47:38.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:37.242205+0000 mon.smithi044 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:38.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:37.242447+0000 mon.smithi044 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:38.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:37.242594+0000 mon.smithi044 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:38.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:37.237787+0000 mon.smithi087 (mon.1) 5 : audit [INF] from='client.? 172.21.15.87:0/1470721607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85361da0-9264-42d8-b846-c0b6303626c7"}]: dispatch 2023-11-08T02:47:38.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:37.238331+0000 mon.smithi044 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85361da0-9264-42d8-b846-c0b6303626c7"}]: dispatch 2023-11-08T02:47:38.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:37.242074+0000 mon.smithi044 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85361da0-9264-42d8-b846-c0b6303626c7"}]': finished 2023-11-08T02:47:38.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:37.242124+0000 mon.smithi044 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T02:47:38.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:37.242205+0000 mon.smithi044 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:38.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:37.242447+0000 mon.smithi044 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:38.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:37.242594+0000 mon.smithi044 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:38.097 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:39.038 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:37.192993+0000 mgr.smithi044.dprgyk (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:39.038 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:38.485327+0000 mon.smithi087 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.87:0/4169608342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:39.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:37.192993+0000 mgr.smithi044.dprgyk (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:39.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:38.485327+0000 mon.smithi087 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.87:0/4169608342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:39.589 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:40.028 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:38.754155+0000 mon.smithi044 (mon.0) 234 : audit [INF] from='client.? 172.21.15.44:0/2712340326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbf78686-1d7f-4658-9725-85341dd62aea"}]: dispatch 2023-11-08T02:47:40.028 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:38.761857+0000 mon.smithi044 (mon.0) 235 : audit [INF] from='client.? 172.21.15.44:0/2712340326' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbf78686-1d7f-4658-9725-85341dd62aea"}]': finished 2023-11-08T02:47:40.028 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:38.761910+0000 mon.smithi044 (mon.0) 236 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T02:47:40.028 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:38.762045+0000 mon.smithi044 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:40.029 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:38.762324+0000 mon.smithi044 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:40.029 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:38.762482+0000 mon.smithi044 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:40.029 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:38.762679+0000 mon.smithi044 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:40.029 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:39.589506+0000 mon.smithi044 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.44:0/1503026336' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:40.049 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1699411658,"num_remapped_pgs":0} 2023-11-08T02:47:40.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:38.754155+0000 mon.smithi044 (mon.0) 234 : audit [INF] from='client.? 172.21.15.44:0/2712340326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbf78686-1d7f-4658-9725-85341dd62aea"}]: dispatch 2023-11-08T02:47:40.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:38.761857+0000 mon.smithi044 (mon.0) 235 : audit [INF] from='client.? 172.21.15.44:0/2712340326' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbf78686-1d7f-4658-9725-85341dd62aea"}]': finished 2023-11-08T02:47:40.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:38.761910+0000 mon.smithi044 (mon.0) 236 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T02:47:40.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:38.762045+0000 mon.smithi044 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:40.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:38.762324+0000 mon.smithi044 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:40.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:38.762482+0000 mon.smithi044 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:40.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:38.762679+0000 mon.smithi044 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:40.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:39.589506+0000 mon.smithi044 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.44:0/1503026336' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:41.050 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:41.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:39.193296+0000 mgr.smithi044.dprgyk (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:41.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:40.163937+0000 mon.smithi044 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.44:0/2725255607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:41.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:39.193296+0000 mgr.smithi044.dprgyk (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:41.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:40.163937+0000 mon.smithi044 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.44:0/2725255607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:40.996981+0000 mon.smithi087 (mon.1) 7 : audit [INF] from='client.? 172.21.15.87:0/1100898085' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fb6f783e-3292-4115-ab6c-fb5209dc95df"}]: dispatch 2023-11-08T02:47:42.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:40.997558+0000 mon.smithi044 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fb6f783e-3292-4115-ab6c-fb5209dc95df"}]: dispatch 2023-11-08T02:47:42.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:41.001489+0000 mon.smithi044 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb6f783e-3292-4115-ab6c-fb5209dc95df"}]': finished 2023-11-08T02:47:42.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:41.001558+0000 mon.smithi044 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T02:47:42.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:41.001699+0000 mon.smithi044 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:42.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:41.002097+0000 mon.smithi044 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:42.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:41.002317+0000 mon.smithi044 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:42.057 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:41.002546+0000 mon.smithi044 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:42.057 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:41.002778+0000 mon.smithi044 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:42.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:40.996981+0000 mon.smithi087 (mon.1) 7 : audit [INF] from='client.? 172.21.15.87:0/1100898085' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fb6f783e-3292-4115-ab6c-fb5209dc95df"}]: dispatch 2023-11-08T02:47:42.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:40.997558+0000 mon.smithi044 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fb6f783e-3292-4115-ab6c-fb5209dc95df"}]: dispatch 2023-11-08T02:47:42.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:41.001489+0000 mon.smithi044 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb6f783e-3292-4115-ab6c-fb5209dc95df"}]': finished 2023-11-08T02:47:42.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:41.001558+0000 mon.smithi044 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T02:47:42.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:41.001699+0000 mon.smithi044 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:42.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:41.002097+0000 mon.smithi044 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:42.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:41.002317+0000 mon.smithi044 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:42.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:41.002546+0000 mon.smithi044 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:42.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:41.002778+0000 mon.smithi044 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:42.497 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:42.876 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1699411660,"num_remapped_pgs":0} 2023-11-08T02:47:43.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:41.193566+0000 mgr.smithi044.dprgyk (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:43.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.242970+0000 mon.smithi087 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.87:0/284298206' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:43.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.497407+0000 mon.smithi044 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.44:0/1211738021' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:43.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.729127+0000 mon.smithi044 (mon.0) 252 : audit [INF] from='client.? 172.21.15.44:0/2226061694' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40fef121-97c0-4b03-895e-d93bc97b81da"}]: dispatch 2023-11-08T02:47:43.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.732795+0000 mon.smithi044 (mon.0) 253 : audit [INF] from='client.? 172.21.15.44:0/2226061694' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40fef121-97c0-4b03-895e-d93bc97b81da"}]': finished 2023-11-08T02:47:43.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:42.732837+0000 mon.smithi044 (mon.0) 254 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T02:47:43.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.732932+0000 mon.smithi044 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:43.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.733211+0000 mon.smithi044 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:43.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.733358+0000 mon.smithi044 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:43.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.733537+0000 mon.smithi044 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:43.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.733698+0000 mon.smithi044 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:43.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:42.733868+0000 mon.smithi044 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:43.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:41.193566+0000 mgr.smithi044.dprgyk (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:43.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.242970+0000 mon.smithi087 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.87:0/284298206' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:43.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.497407+0000 mon.smithi044 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.44:0/1211738021' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:43.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.729127+0000 mon.smithi044 (mon.0) 252 : audit [INF] from='client.? 172.21.15.44:0/2226061694' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40fef121-97c0-4b03-895e-d93bc97b81da"}]: dispatch 2023-11-08T02:47:43.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.732795+0000 mon.smithi044 (mon.0) 253 : audit [INF] from='client.? 172.21.15.44:0/2226061694' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40fef121-97c0-4b03-895e-d93bc97b81da"}]': finished 2023-11-08T02:47:43.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:42.732837+0000 mon.smithi044 (mon.0) 254 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T02:47:43.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.732932+0000 mon.smithi044 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:43.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.733211+0000 mon.smithi044 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:43.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.733358+0000 mon.smithi044 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:43.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.733537+0000 mon.smithi044 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:43.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.733698+0000 mon.smithi044 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:43.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:42.733868+0000 mon.smithi044 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:43.877 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:45.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:43.194038+0000 mgr.smithi044.dprgyk (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:45.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.125632+0000 mon.smithi044 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.44:0/3390001315' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:45.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.766792+0000 mon.smithi087 (mon.1) 9 : audit [INF] from='client.? 172.21.15.87:0/4150355710' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d8d62e8-e169-46b5-9791-f92db049683a"}]: dispatch 2023-11-08T02:47:45.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.767562+0000 mon.smithi044 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d8d62e8-e169-46b5-9791-f92db049683a"}]: dispatch 2023-11-08T02:47:45.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.772550+0000 mon.smithi044 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d8d62e8-e169-46b5-9791-f92db049683a"}]': finished 2023-11-08T02:47:45.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:44.772608+0000 mon.smithi044 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T02:47:45.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.772756+0000 mon.smithi044 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:45.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.773093+0000 mon.smithi044 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:45.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.773314+0000 mon.smithi044 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:45.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.773560+0000 mon.smithi044 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:45.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.773815+0000 mon.smithi044 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:45.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.774053+0000 mon.smithi044 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:45.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:44.774308+0000 mon.smithi044 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:47:45.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:43.194038+0000 mgr.smithi044.dprgyk (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:45.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.125632+0000 mon.smithi044 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.44:0/3390001315' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:45.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.766792+0000 mon.smithi087 (mon.1) 9 : audit [INF] from='client.? 172.21.15.87:0/4150355710' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d8d62e8-e169-46b5-9791-f92db049683a"}]: dispatch 2023-11-08T02:47:45.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.767562+0000 mon.smithi044 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d8d62e8-e169-46b5-9791-f92db049683a"}]: dispatch 2023-11-08T02:47:45.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.772550+0000 mon.smithi044 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d8d62e8-e169-46b5-9791-f92db049683a"}]': finished 2023-11-08T02:47:45.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:44.772608+0000 mon.smithi044 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T02:47:45.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.772756+0000 mon.smithi044 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:45.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.773093+0000 mon.smithi044 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:45.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.773314+0000 mon.smithi044 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:45.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.773560+0000 mon.smithi044 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:45.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.773815+0000 mon.smithi044 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:45.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.774053+0000 mon.smithi044 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:45.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:44.774308+0000 mon.smithi044 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:47:45.334 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:45.743 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1699411664,"num_remapped_pgs":0} 2023-11-08T02:47:46.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:45.335047+0000 mon.smithi044 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.44:0/3177083020' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:46.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:45.335047+0000 mon.smithi044 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.44:0/3177083020' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:46.745 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:47.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:45.194309+0000 mgr.smithi044.dprgyk (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:47.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.028397+0000 mon.smithi087 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.87:0/695811787' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:47.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.698010+0000 mon.smithi044 (mon.0) 273 : audit [INF] from='client.? 172.21.15.44:0/972286424' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d2f1a21-cee1-41d2-9c48-9183d63f397b"}]: dispatch 2023-11-08T02:47:47.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.702254+0000 mon.smithi044 (mon.0) 274 : audit [INF] from='client.? 172.21.15.44:0/972286424' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d2f1a21-cee1-41d2-9c48-9183d63f397b"}]': finished 2023-11-08T02:47:47.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:46.702303+0000 mon.smithi044 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T02:47:47.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.702399+0000 mon.smithi044 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:47.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.702711+0000 mon.smithi044 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:47.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.702881+0000 mon.smithi044 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:47.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.703082+0000 mon.smithi044 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:47.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.703264+0000 mon.smithi044 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:47.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.703429+0000 mon.smithi044 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:47.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.703601+0000 mon.smithi044 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:47:47.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:46.703767+0000 mon.smithi044 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:47:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:45.194309+0000 mgr.smithi044.dprgyk (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.028397+0000 mon.smithi087 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.87:0/695811787' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.698010+0000 mon.smithi044 (mon.0) 273 : audit [INF] from='client.? 172.21.15.44:0/972286424' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d2f1a21-cee1-41d2-9c48-9183d63f397b"}]: dispatch 2023-11-08T02:47:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.702254+0000 mon.smithi044 (mon.0) 274 : audit [INF] from='client.? 172.21.15.44:0/972286424' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d2f1a21-cee1-41d2-9c48-9183d63f397b"}]': finished 2023-11-08T02:47:47.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:46.702303+0000 mon.smithi044 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T02:47:47.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.702399+0000 mon.smithi044 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:47.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.702711+0000 mon.smithi044 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:47.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.702881+0000 mon.smithi044 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:47.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.703082+0000 mon.smithi044 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:47.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.703264+0000 mon.smithi044 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:47.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.703429+0000 mon.smithi044 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:47.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.703601+0000 mon.smithi044 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:47:47.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:46.703767+0000 mon.smithi044 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:47:48.327 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:48.701 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:47:49.227 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:47.194545+0000 mgr.smithi044.dprgyk (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:49.228 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:48.188315+0000 mon.smithi044 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.44:0/2776363915' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:49.228 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:48.328098+0000 mon.smithi044 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.44:0/78280785' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:49.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:47.194545+0000 mgr.smithi044.dprgyk (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:49.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:48.188315+0000 mon.smithi044 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.44:0/2776363915' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:47:49.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:48.328098+0000 mon.smithi044 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.44:0/78280785' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:49.703 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:51.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:49.194803+0000 mgr.smithi044.dprgyk (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:51.277 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:50.350689+0000 mon.smithi044 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T02:47:51.277 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:50.351556+0000 mon.smithi044 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:51.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:49.194803+0000 mgr.smithi044.dprgyk (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:51.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:50.350689+0000 mon.smithi044 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T02:47:51.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:50.351556+0000 mon.smithi044 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:51.415 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:51.839 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:47:52.240 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:50.352282+0000 mgr.smithi044.dprgyk (mgr.14182) 40 : cephadm [INF] Deploying daemon osd.0 on smithi087 2023-11-08T02:47:52.240 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:51.416207+0000 mon.smithi044 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.44:0/3765723266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:52.258 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:50.352282+0000 mgr.smithi044.dprgyk (mgr.14182) 40 : cephadm [INF] Deploying daemon osd.0 on smithi087 2023-11-08T02:47:52.258 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:51.416207+0000 mon.smithi044 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.44:0/3765723266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:52.841 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:53.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:51.195080+0000 mgr.smithi044.dprgyk (mgr.14182) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:53.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:51.195080+0000 mgr.smithi044.dprgyk (mgr.14182) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:54.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:53.112722+0000 mon.smithi044 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T02:47:54.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:53.113477+0000 mon.smithi044 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:54.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:53.114138+0000 mgr.smithi044.dprgyk (mgr.14182) 42 : cephadm [INF] Deploying daemon osd.1 on smithi044 2023-11-08T02:47:54.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:53.796491+0000 mon.smithi044 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:54.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:53.797279+0000 mon.smithi044 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T02:47:54.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:53.797990+0000 mon.smithi044 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:54.306 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:53.112722+0000 mon.smithi044 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T02:47:54.306 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:53.113477+0000 mon.smithi044 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:54.306 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:53.114138+0000 mgr.smithi044.dprgyk (mgr.14182) 42 : cephadm [INF] Deploying daemon osd.1 on smithi044 2023-11-08T02:47:54.306 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:53.796491+0000 mon.smithi044 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:54.307 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:53.797279+0000 mon.smithi044 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T02:47:54.307 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:53.797990+0000 mon.smithi044 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:54.366 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:54.925 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:47:55.285 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:53.195311+0000 mgr.smithi044.dprgyk (mgr.14182) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:55.285 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:53.798695+0000 mgr.smithi044.dprgyk (mgr.14182) 44 : cephadm [INF] Deploying daemon osd.2 on smithi087 2023-11-08T02:47:55.285 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:54.367429+0000 mon.smithi044 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.44:0/2724641832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:55.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:53.195311+0000 mgr.smithi044.dprgyk (mgr.14182) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:55.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:53.798695+0000 mgr.smithi044.dprgyk (mgr.14182) 44 : cephadm [INF] Deploying daemon osd.2 on smithi087 2023-11-08T02:47:55.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:54.367429+0000 mon.smithi044 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.44:0/2724641832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:55.926 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:57.233 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:55.195716+0000 mgr.smithi044.dprgyk (mgr.14182) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:57.233 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.002869+0000 mon.smithi087 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.87:6800/593521251,v1:172.21.15.87:6801/593521251]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T02:47:57.234 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.003407+0000 mon.smithi044 (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T02:47:57.277 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:55.195716+0000 mgr.smithi044.dprgyk (mgr.14182) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:57.277 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.002869+0000 mon.smithi087 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.87:6800/593521251,v1:172.21.15.87:6801/593521251]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T02:47:57.278 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.003407+0000 mon.smithi044 (mon.0) 295 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T02:47:57.586 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:47:57.967 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:47:58.145 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.038845+0000 mon.smithi044 (mon.0) 296 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T02:47:58.146 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:57.038944+0000 mon.smithi044 (mon.0) 297 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T02:47:58.146 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.039370+0000 mon.smithi044 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:58.146 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.039459+0000 mon.smithi087 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.87:6800/593521251,v1:172.21.15.87:6801/593521251]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:47:58.146 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.039754+0000 mon.smithi044 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:58.146 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.040124+0000 mon.smithi044 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:47:58.147 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.043369+0000 mon.smithi044 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:58.147 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.043598+0000 mon.smithi044 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:58.147 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.043813+0000 mon.smithi044 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:58.147 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.044044+0000 mon.smithi044 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:58.147 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.044276+0000 mon.smithi044 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:47:58.148 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.044493+0000 mon.smithi044 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:47:58.148 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.321501+0000 mon.smithi044 (mon.0) 307 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:58.148 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.322246+0000 mon.smithi044 (mon.0) 308 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T02:47:58.148 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.322994+0000 mon.smithi044 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:58.148 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.586692+0000 mon.smithi044 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.44:0/1312346688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:58.149 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.648818+0000 mon.smithi044 (mon.0) 311 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:58.149 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.649748+0000 mon.smithi044 (mon.0) 312 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T02:47:58.149 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:57.650596+0000 mon.smithi044 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:58.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.038845+0000 mon.smithi044 (mon.0) 296 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T02:47:58.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:57.038944+0000 mon.smithi044 (mon.0) 297 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T02:47:58.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.039370+0000 mon.smithi044 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:58.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.039459+0000 mon.smithi087 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.87:6800/593521251,v1:172.21.15.87:6801/593521251]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:47:58.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.039754+0000 mon.smithi044 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:58.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.040124+0000 mon.smithi044 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:47:58.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.043369+0000 mon.smithi044 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:58.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.043598+0000 mon.smithi044 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:58.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.043813+0000 mon.smithi044 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:58.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.044044+0000 mon.smithi044 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:58.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.044276+0000 mon.smithi044 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:47:58.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.044493+0000 mon.smithi044 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:47:58.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.321501+0000 mon.smithi044 (mon.0) 307 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:58.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.322246+0000 mon.smithi044 (mon.0) 308 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T02:47:58.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.322994+0000 mon.smithi044 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:58.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.586692+0000 mon.smithi044 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.44:0/1312346688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:47:58.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.648818+0000 mon.smithi044 (mon.0) 311 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:47:58.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.649748+0000 mon.smithi044 (mon.0) 312 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T02:47:58.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:57.650596+0000 mon.smithi044 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:58.968 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:47:59.051 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:57.195992+0000 mgr.smithi044.dprgyk (mgr.14182) 46 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:59.051 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:57.323563+0000 mgr.smithi044.dprgyk (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.4 on smithi087 2023-11-08T02:47:59.051 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:47:57.651211+0000 mgr.smithi044.dprgyk (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.3 on smithi044 2023-11-08T02:47:59.051 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.040640+0000 mon.smithi044 (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-08T02:47:59.052 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:58.040709+0000 mon.smithi044 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T02:47:59.052 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.040865+0000 mon.smithi044 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:59.052 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.041490+0000 mon.smithi044 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:59.052 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.041661+0000 mon.smithi044 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:59.052 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.041845+0000 mon.smithi044 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:59.053 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.043597+0000 mon.smithi044 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:59.053 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.043750+0000 mon.smithi044 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:59.053 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.043896+0000 mon.smithi044 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:47:59.053 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.044051+0000 mon.smithi044 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:47:59.053 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:47:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:58.044241+0000 mon.smithi044 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:59.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:57.195992+0000 mgr.smithi044.dprgyk (mgr.14182) 46 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:47:59.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:57.323563+0000 mgr.smithi044.dprgyk (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.4 on smithi087 2023-11-08T02:47:59.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:47:57.651211+0000 mgr.smithi044.dprgyk (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.3 on smithi044 2023-11-08T02:47:59.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.040640+0000 mon.smithi044 (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-08T02:47:59.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:58.040709+0000 mon.smithi044 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T02:47:59.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.040865+0000 mon.smithi044 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:47:59.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.041490+0000 mon.smithi044 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:47:59.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.041661+0000 mon.smithi044 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:47:59.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.041845+0000 mon.smithi044 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:47:59.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.043597+0000 mon.smithi044 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:47:59.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.043750+0000 mon.smithi044 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:47:59.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.043896+0000 mon.smithi044 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:47:59.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.044051+0000 mon.smithi044 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:47:59.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:47:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:58.044241+0000 mon.smithi044 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:48:00.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:58.008324+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:00.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:58.008367+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:00.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.044576+0000 mon.smithi044 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:48:00.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:59.048084+0000 mon.smithi044 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.87:6800/593521251,v1:172.21.15.87:6801/593521251] boot 2023-11-08T02:48:00.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:59.048115+0000 mon.smithi044 (mon.0) 327 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T02:48:00.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.048462+0000 mon.smithi044 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:48:00.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.048731+0000 mon.smithi044 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:00.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.049007+0000 mon.smithi044 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:00.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.052835+0000 mon.smithi044 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:00.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.053005+0000 mon.smithi044 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:00.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.053169+0000 mon.smithi044 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:00.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.053325+0000 mon.smithi044 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:00.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:47:59.053477+0000 mon.smithi044 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:00.319 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:58.008324+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:00.319 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:58.008367+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:00.319 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.044576+0000 mon.smithi044 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:48:00.319 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:59.048084+0000 mon.smithi044 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.87:6800/593521251,v1:172.21.15.87:6801/593521251] boot 2023-11-08T02:48:00.319 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:59.048115+0000 mon.smithi044 (mon.0) 327 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T02:48:00.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.048462+0000 mon.smithi044 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:48:00.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.048731+0000 mon.smithi044 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:00.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.049007+0000 mon.smithi044 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:00.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.052835+0000 mon.smithi044 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:00.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.053005+0000 mon.smithi044 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:00.321 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.053169+0000 mon.smithi044 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:00.321 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.053325+0000 mon.smithi044 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:00.321 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:47:59.053477+0000 mon.smithi044 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:00.526 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:00.898 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1699411679,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:48:01.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:47:59.196231+0000 mgr.smithi044.dprgyk (mgr.14182) 49 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:48:01.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:00.059388+0000 mon.smithi044 (mon.0) 336 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-08T02:48:01.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.059532+0000 mon.smithi044 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:01.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.060081+0000 mon.smithi044 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:01.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.060334+0000 mon.smithi044 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:01.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.060606+0000 mon.smithi044 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:01.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.060780+0000 mon.smithi044 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:01.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.060947+0000 mon.smithi044 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:01.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.061309+0000 mon.smithi044 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:01.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.507631+0000 mon.smithi087 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.87:6808/3959583924,v1:172.21.15.87:6809/3959583924]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T02:48:01.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.508013+0000 mon.smithi044 (mon.0) 344 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T02:48:01.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.526756+0000 mon.smithi044 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.44:0/3792355320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:01.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.878862+0000 mon.smithi087 (mon.1) 14 : audit [INF] from='osd.1 [v2:172.21.15.44:6802/416979543,v1:172.21.15.44:6803/416979543]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T02:48:01.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.879308+0000 mon.smithi044 (mon.0) 346 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T02:48:01.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.897698+0000 mon.smithi044 (mon.0) 347 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:01.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.898572+0000 mon.smithi044 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T02:48:01.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:00.899340+0000 mon.smithi044 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:01.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:47:59.196231+0000 mgr.smithi044.dprgyk (mgr.14182) 49 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:48:01.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:00.059388+0000 mon.smithi044 (mon.0) 336 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-08T02:48:01.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.059532+0000 mon.smithi044 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:01.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.060081+0000 mon.smithi044 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:01.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.060334+0000 mon.smithi044 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:01.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.060606+0000 mon.smithi044 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:01.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.060780+0000 mon.smithi044 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:01.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.060947+0000 mon.smithi044 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:01.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.061309+0000 mon.smithi044 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:01.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.507631+0000 mon.smithi087 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.87:6808/3959583924,v1:172.21.15.87:6809/3959583924]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T02:48:01.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.508013+0000 mon.smithi044 (mon.0) 344 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T02:48:01.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.526756+0000 mon.smithi044 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.44:0/3792355320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:01.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.878862+0000 mon.smithi087 (mon.1) 14 : audit [INF] from='osd.1 [v2:172.21.15.44:6802/416979543,v1:172.21.15.44:6803/416979543]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T02:48:01.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.879308+0000 mon.smithi044 (mon.0) 346 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T02:48:01.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.897698+0000 mon.smithi044 (mon.0) 347 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:01.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.898572+0000 mon.smithi044 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T02:48:01.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:00.899340+0000 mon.smithi044 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:01.899 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:48:02.296 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:00.899913+0000 mgr.smithi044.dprgyk (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.6 on smithi087 2023-11-08T02:48:02.296 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.058503+0000 mon.smithi044 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T02:48:02.297 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.058563+0000 mon.smithi044 (mon.0) 351 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T02:48:02.297 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:01.058618+0000 mon.smithi044 (mon.0) 352 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-08T02:48:02.297 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.058943+0000 mon.smithi044 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:02.297 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.059188+0000 mon.smithi044 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:02.297 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.059319+0000 mon.smithi044 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:02.298 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.059448+0000 mon.smithi044 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:02.298 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.059574+0000 mon.smithi044 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:02.298 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.059699+0000 mon.smithi044 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:02.298 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.059851+0000 mon.smithi044 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:02.298 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.062912+0000 mon.smithi087 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.87:6808/3959583924,v1:172.21.15.87:6809/3959583924]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:02.299 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.063032+0000 mon.smithi087 (mon.1) 16 : audit [INF] from='osd.1 [v2:172.21.15.44:6802/416979543,v1:172.21.15.44:6803/416979543]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:02.299 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.067065+0000 mon.smithi044 (mon.0) 360 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:02.299 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.067324+0000 mon.smithi044 (mon.0) 361 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:02.299 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.950030+0000 mon.smithi044 (mon.0) 362 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:02.299 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.951065+0000 mon.smithi044 (mon.0) 363 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T02:48:02.300 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:01.951832+0000 mon.smithi044 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:02.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:00.899913+0000 mgr.smithi044.dprgyk (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.6 on smithi087 2023-11-08T02:48:02.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.058503+0000 mon.smithi044 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T02:48:02.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.058563+0000 mon.smithi044 (mon.0) 351 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T02:48:02.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:01.058618+0000 mon.smithi044 (mon.0) 352 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-08T02:48:02.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.058943+0000 mon.smithi044 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:02.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.059188+0000 mon.smithi044 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:02.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.059319+0000 mon.smithi044 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:02.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.059448+0000 mon.smithi044 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:02.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.059574+0000 mon.smithi044 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:02.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.059699+0000 mon.smithi044 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:02.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.059851+0000 mon.smithi044 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:02.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.062912+0000 mon.smithi087 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.87:6808/3959583924,v1:172.21.15.87:6809/3959583924]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:02.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.063032+0000 mon.smithi087 (mon.1) 16 : audit [INF] from='osd.1 [v2:172.21.15.44:6802/416979543,v1:172.21.15.44:6803/416979543]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:02.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.067065+0000 mon.smithi044 (mon.0) 360 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:02.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.067324+0000 mon.smithi044 (mon.0) 361 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:02.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.950030+0000 mon.smithi044 (mon.0) 362 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:02.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.951065+0000 mon.smithi044 (mon.0) 363 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T02:48:02.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:01.951832+0000 mon.smithi044 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:03.702 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:01.196535+0000 mgr.smithi044.dprgyk (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:48:03.702 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:01.952586+0000 mgr.smithi044.dprgyk (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.5 on smithi044 2023-11-08T02:48:03.702 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.067684+0000 mon.smithi044 (mon.0) 365 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-08T02:48:03.703 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.067821+0000 mon.smithi044 (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-11-08T02:48:03.703 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:02.067928+0000 mon.smithi044 (mon.0) 367 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-08T02:48:03.703 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.068377+0000 mon.smithi044 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:03.704 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.068653+0000 mon.smithi044 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:03.704 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.068817+0000 mon.smithi044 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:03.704 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.069002+0000 mon.smithi044 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:03.705 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.069171+0000 mon.smithi044 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:03.705 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.069326+0000 mon.smithi044 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:03.705 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.069507+0000 mon.smithi044 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:03.705 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.076140+0000 mon.smithi044 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:03.705 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:02.076668+0000 mon.smithi044 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:03.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:01.196535+0000 mgr.smithi044.dprgyk (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:48:03.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:01.952586+0000 mgr.smithi044.dprgyk (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.5 on smithi044 2023-11-08T02:48:03.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.067684+0000 mon.smithi044 (mon.0) 365 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-08T02:48:03.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.067821+0000 mon.smithi044 (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-11-08T02:48:03.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:02.067928+0000 mon.smithi044 (mon.0) 367 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-08T02:48:03.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.068377+0000 mon.smithi044 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:03.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.068653+0000 mon.smithi044 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:03.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.068817+0000 mon.smithi044 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:03.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.069002+0000 mon.smithi044 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:03.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.069171+0000 mon.smithi044 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:03.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.069326+0000 mon.smithi044 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:03.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.069507+0000 mon.smithi044 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:03.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.076140+0000 mon.smithi044 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:03.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:02.076668+0000 mon.smithi044 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:04.729 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:01.482758+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:04.729 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:01.482802+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:04.729 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:01.898658+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:04.729 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:01.898721+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:04.730 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:03.077736+0000 mon.smithi044 (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.87:6808/3959583924,v1:172.21.15.87:6809/3959583924] boot 2023-11-08T02:48:04.730 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:03.077810+0000 mon.smithi044 (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.44:6802/416979543,v1:172.21.15.44:6803/416979543] boot 2023-11-08T02:48:04.730 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:03.077848+0000 mon.smithi044 (mon.0) 379 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-11-08T02:48:04.730 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:03.078350+0000 mon.smithi044 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:04.730 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:03.078862+0000 mon.smithi044 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:04.731 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:03.079252+0000 mon.smithi044 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:04.731 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:03.079490+0000 mon.smithi044 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:04.731 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:03.079792+0000 mon.smithi044 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:04.731 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:03.080101+0000 mon.smithi044 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:04.731 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:03.080407+0000 mon.smithi044 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:04.731 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:03.080790+0000 mon.smithi044 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:48:04.732 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:03.196809+0000 mgr.smithi044.dprgyk (mgr.14182) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:48:04.732 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.076695+0000 mon.smithi044 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:48:04.732 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:04.076757+0000 mon.smithi044 (mon.0) 389 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-08T02:48:04.732 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.076938+0000 mon.smithi044 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:04.732 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.077471+0000 mon.smithi044 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:04.733 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.077774+0000 mon.smithi044 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:04.733 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.078084+0000 mon.smithi044 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:04.733 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.078365+0000 mon.smithi044 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:04.733 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.079253+0000 mon.smithi044 (mon.0) 395 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T02:48:04.733 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.097654+0000 mon.smithi087 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.87:6816/1799234607,v1:172.21.15.87:6817/1799234607]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T02:48:04.733 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.098288+0000 mon.smithi044 (mon.0) 396 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T02:48:04.734 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:04.520710+0000 mon.smithi044 (mon.0) 397 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:04.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:01.482758+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:04.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:01.482802+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:04.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:01.898658+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:04.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:01.898721+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:04.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:03.077736+0000 mon.smithi044 (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.87:6808/3959583924,v1:172.21.15.87:6809/3959583924] boot 2023-11-08T02:48:04.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:03.077810+0000 mon.smithi044 (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.44:6802/416979543,v1:172.21.15.44:6803/416979543] boot 2023-11-08T02:48:04.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:03.077848+0000 mon.smithi044 (mon.0) 379 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-11-08T02:48:04.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:03.078350+0000 mon.smithi044 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:48:04.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:03.078862+0000 mon.smithi044 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:48:04.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:03.079252+0000 mon.smithi044 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:04.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:03.079490+0000 mon.smithi044 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:04.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:03.079792+0000 mon.smithi044 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:04.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:03.080101+0000 mon.smithi044 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:04.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:03.080407+0000 mon.smithi044 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:04.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:03.080790+0000 mon.smithi044 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:48:04.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:03.196809+0000 mgr.smithi044.dprgyk (mgr.14182) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:48:04.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.076695+0000 mon.smithi044 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:48:04.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:04.076757+0000 mon.smithi044 (mon.0) 389 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-08T02:48:04.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.076938+0000 mon.smithi044 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:04.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.077471+0000 mon.smithi044 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:04.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.077774+0000 mon.smithi044 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:04.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.078084+0000 mon.smithi044 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:04.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.078365+0000 mon.smithi044 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:04.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.079253+0000 mon.smithi044 (mon.0) 395 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T02:48:04.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.097654+0000 mon.smithi087 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.87:6816/1799234607,v1:172.21.15.87:6817/1799234607]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T02:48:04.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.098288+0000 mon.smithi044 (mon.0) 396 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T02:48:04.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:04.520710+0000 mon.smithi044 (mon.0) 397 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:05.144 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:05.696 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1699411683,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:48:06.198 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.081003+0000 mon.smithi044 (mon.0) 398 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T02:48:06.198 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.081095+0000 mon.smithi044 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T02:48:06.199 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:05.081181+0000 mon.smithi044 (mon.0) 400 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-08T02:48:06.199 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.081423+0000 mon.smithi044 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:06.199 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.081716+0000 mon.smithi087 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.87:6816/1799234607,v1:172.21.15.87:6817/1799234607]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:06.199 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.081914+0000 mon.smithi044 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:06.199 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.082275+0000 mon.smithi044 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:06.200 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.082600+0000 mon.smithi044 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:06.200 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.082929+0000 mon.smithi044 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:06.200 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.083149+0000 mon.smithi044 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:06.200 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.105494+0000 mon.smithi087 (mon.1) 19 : audit [INF] from='osd.3 [v2:172.21.15.44:6810/2748823284,v1:172.21.15.44:6811/2748823284]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T02:48:06.200 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.105961+0000 mon.smithi044 (mon.0) 407 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T02:48:06.201 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:05.144796+0000 mon.smithi044 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.44:0/3094116141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:06.450 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.081003+0000 mon.smithi044 (mon.0) 398 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T02:48:06.451 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.081095+0000 mon.smithi044 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T02:48:06.451 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:05.081181+0000 mon.smithi044 (mon.0) 400 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-08T02:48:06.451 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.081423+0000 mon.smithi044 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:06.451 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.081716+0000 mon.smithi087 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.87:6816/1799234607,v1:172.21.15.87:6817/1799234607]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:06.451 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.081914+0000 mon.smithi044 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:06.452 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.082275+0000 mon.smithi044 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:06.452 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.082600+0000 mon.smithi044 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:06.452 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.082929+0000 mon.smithi044 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:06.452 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.083149+0000 mon.smithi044 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:06.452 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.105494+0000 mon.smithi087 (mon.1) 19 : audit [INF] from='osd.3 [v2:172.21.15.44:6810/2748823284,v1:172.21.15.44:6811/2748823284]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T02:48:06.453 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.105961+0000 mon.smithi044 (mon.0) 407 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T02:48:06.453 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:05.144796+0000 mon.smithi044 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.44:0/3094116141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:06.697 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:48:07.345 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:05.197200+0000 mgr.smithi044.dprgyk (mgr.14182) 54 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T02:48:07.345 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.082459+0000 mon.smithi044 (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-08T02:48:07.345 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.082564+0000 mon.smithi044 (mon.0) 410 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T02:48:07.346 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:06.082637+0000 mon.smithi044 (mon.0) 411 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-08T02:48:07.346 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.083020+0000 mon.smithi044 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:07.346 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.083570+0000 mon.smithi044 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:07.346 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.083642+0000 mon.smithi087 (mon.1) 20 : audit [INF] from='osd.3 [v2:172.21.15.44:6810/2748823284,v1:172.21.15.44:6811/2748823284]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:07.346 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.084039+0000 mon.smithi044 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:07.347 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.084375+0000 mon.smithi044 (mon.0) 415 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:07.347 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.084617+0000 mon.smithi044 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:07.347 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.084780+0000 mon.smithi044 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:07.347 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.086015+0000 mon.smithi044 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:07.347 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:06.586946+0000 mon.smithi044 (mon.0) 419 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:07.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:05.197200+0000 mgr.smithi044.dprgyk (mgr.14182) 54 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T02:48:07.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.082459+0000 mon.smithi044 (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-08T02:48:07.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.082564+0000 mon.smithi044 (mon.0) 410 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T02:48:07.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:06.082637+0000 mon.smithi044 (mon.0) 411 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-08T02:48:07.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.083020+0000 mon.smithi044 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:07.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.083570+0000 mon.smithi044 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:07.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.083642+0000 mon.smithi087 (mon.1) 20 : audit [INF] from='osd.3 [v2:172.21.15.44:6810/2748823284,v1:172.21.15.44:6811/2748823284]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:07.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.084039+0000 mon.smithi044 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:07.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.084375+0000 mon.smithi044 (mon.0) 415 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:07.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.084617+0000 mon.smithi044 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:07.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.084780+0000 mon.smithi044 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:07.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.086015+0000 mon.smithi044 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:07.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:06.586946+0000 mon.smithi044 (mon.0) 419 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:08.214 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:05.111657+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:08.215 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:05.111702+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:08.215 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.084549+0000 mon.smithi044 (mon.0) 420 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-11-08T02:48:08.215 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:07.084640+0000 mon.smithi044 (mon.0) 421 : cluster [INF] osd.4 [v2:172.21.15.87:6816/1799234607,v1:172.21.15.87:6817/1799234607] boot 2023-11-08T02:48:08.215 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:07.084706+0000 mon.smithi044 (mon.0) 422 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-08T02:48:08.216 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.085117+0000 mon.smithi044 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:08.216 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.085420+0000 mon.smithi044 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:08.216 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.085777+0000 mon.smithi044 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:08.216 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.086143+0000 mon.smithi044 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:08.216 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.090379+0000 mon.smithi044 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:08.216 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.090792+0000 mon.smithi044 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:08.217 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.719171+0000 mon.smithi087 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.87:6824/2893349465,v1:172.21.15.87:6825/2893349465]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T02:48:08.217 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.719586+0000 mon.smithi044 (mon.0) 429 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T02:48:08.217 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.746898+0000 mon.smithi044 (mon.0) 430 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:08.217 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.747670+0000 mon.smithi044 (mon.0) 431 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T02:48:08.217 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:07.748315+0000 mon.smithi044 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:08.218 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:08.085576+0000 mon.smithi044 (mon.0) 433 : cluster [INF] osd.3 [v2:172.21.15.44:6810/2748823284,v1:172.21.15.44:6811/2748823284] boot 2023-11-08T02:48:08.218 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:08.085645+0000 mon.smithi044 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T02:48:08.218 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:08.085765+0000 mon.smithi044 (mon.0) 435 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-11-08T02:48:08.218 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:08.085890+0000 mon.smithi044 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:08.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:05.111657+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:08.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:05.111702+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:08.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.084549+0000 mon.smithi044 (mon.0) 420 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-11-08T02:48:08.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:07.084640+0000 mon.smithi044 (mon.0) 421 : cluster [INF] osd.4 [v2:172.21.15.87:6816/1799234607,v1:172.21.15.87:6817/1799234607] boot 2023-11-08T02:48:08.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:07.084706+0000 mon.smithi044 (mon.0) 422 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-08T02:48:08.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.085117+0000 mon.smithi044 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:08.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.085420+0000 mon.smithi044 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:48:08.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.085777+0000 mon.smithi044 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:08.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.086143+0000 mon.smithi044 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:08.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.090379+0000 mon.smithi044 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:08.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.090792+0000 mon.smithi044 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:08.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.719171+0000 mon.smithi087 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.87:6824/2893349465,v1:172.21.15.87:6825/2893349465]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T02:48:08.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.719586+0000 mon.smithi044 (mon.0) 429 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T02:48:08.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.746898+0000 mon.smithi044 (mon.0) 430 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:08.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.747670+0000 mon.smithi044 (mon.0) 431 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T02:48:08.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:07.748315+0000 mon.smithi044 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:08.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:08.085576+0000 mon.smithi044 (mon.0) 433 : cluster [INF] osd.3 [v2:172.21.15.44:6810/2748823284,v1:172.21.15.44:6811/2748823284] boot 2023-11-08T02:48:08.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:08.085645+0000 mon.smithi044 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T02:48:08.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:08.085765+0000 mon.smithi044 (mon.0) 435 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-11-08T02:48:08.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:08.085890+0000 mon.smithi044 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:48:08.665 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:09.051 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1699411688,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":1} 2023-11-08T02:48:09.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:06.139326+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:09.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:06.139382+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:09.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:07.197557+0000 mgr.smithi044.dprgyk (mgr.14182) 55 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T02:48:09.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:07.748872+0000 mgr.smithi044.dprgyk (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.7 on smithi044 2023-11-08T02:48:09.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:08.086254+0000 mon.smithi044 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:09.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:08.086842+0000 mon.smithi044 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:09.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:08.087050+0000 mon.smithi044 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:09.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:08.087388+0000 mon.smithi087 (mon.1) 22 : audit [INF] from='osd.6 [v2:172.21.15.87:6824/2893349465,v1:172.21.15.87:6825/2893349465]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:09.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:08.091061+0000 mon.smithi044 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:09.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:08.665704+0000 mon.smithi044 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.44:0/4178722688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:09.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:06.139326+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:09.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:06.139382+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:09.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:07.197557+0000 mgr.smithi044.dprgyk (mgr.14182) 55 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T02:48:09.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:07.748872+0000 mgr.smithi044.dprgyk (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.7 on smithi044 2023-11-08T02:48:09.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:08.086254+0000 mon.smithi044 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:09.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:08.086842+0000 mon.smithi044 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:09.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:08.087050+0000 mon.smithi044 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:09.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:08.087388+0000 mon.smithi087 (mon.1) 22 : audit [INF] from='osd.6 [v2:172.21.15.87:6824/2893349465,v1:172.21.15.87:6825/2893349465]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:09.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:08.091061+0000 mon.smithi044 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-08T02:48:09.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:08.665704+0000 mon.smithi044 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.44:0/4178722688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:10.052 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:48:10.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:09.091641+0000 mon.smithi044 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-08T02:48:10.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:09.091784+0000 mon.smithi044 (mon.0) 443 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-08T02:48:10.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:09.092031+0000 mon.smithi044 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:10.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:09.092988+0000 mon.smithi044 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:10.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:09.093326+0000 mon.smithi044 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:10.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:09.097852+0000 mon.smithi044 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:10.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:09.091641+0000 mon.smithi044 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-08T02:48:10.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:09.091784+0000 mon.smithi044 (mon.0) 443 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-08T02:48:10.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:09.092031+0000 mon.smithi044 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:10.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:09.092988+0000 mon.smithi044 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:10.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:09.093326+0000 mon.smithi044 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:10.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:09.097852+0000 mon.smithi044 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:11.207 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:08.667646+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:11.207 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:08.667703+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:11.208 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:09.197849+0000 mgr.smithi044.dprgyk (mgr.14182) 57 : cluster [DBG] pgmap v53: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T02:48:11.208 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:10.099345+0000 mon.smithi044 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:11.208 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:10.106211+0000 mon.smithi044 (mon.0) 449 : cluster [INF] osd.6 [v2:172.21.15.87:6824/2893349465,v1:172.21.15.87:6825/2893349465] boot 2023-11-08T02:48:11.208 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:10.106236+0000 mon.smithi044 (mon.0) 450 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2023-11-08T02:48:11.208 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:10.106396+0000 mon.smithi044 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:11.209 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:10.106906+0000 mon.smithi044 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:11.209 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:10.107170+0000 mon.smithi044 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:11.209 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:10.956024+0000 mon.smithi044 (mon.0) 454 : audit [INF] from='osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T02:48:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:08.667646+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:08.667703+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:09.197849+0000 mgr.smithi044.dprgyk (mgr.14182) 57 : cluster [DBG] pgmap v53: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T02:48:11.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:10.099345+0000 mon.smithi044 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:11.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:10.106211+0000 mon.smithi044 (mon.0) 449 : cluster [INF] osd.6 [v2:172.21.15.87:6824/2893349465,v1:172.21.15.87:6825/2893349465] boot 2023-11-08T02:48:11.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:10.106236+0000 mon.smithi044 (mon.0) 450 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2023-11-08T02:48:11.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:10.106396+0000 mon.smithi044 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:11.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:10.106906+0000 mon.smithi044 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:48:11.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:10.107170+0000 mon.smithi044 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:11.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:10.956024+0000 mon.smithi044 (mon.0) 454 : audit [INF] from='osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T02:48:11.572 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:11.951 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":28,"num_osds":8,"num_up_osds":6,"osd_up_since":1699411690,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:48:12.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:11.198165+0000 mgr.smithi044.dprgyk (mgr.14182) 58 : cluster [DBG] pgmap v55: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:48:12.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:11.527585+0000 mon.smithi044 (mon.0) 455 : audit [INF] from='osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T02:48:12.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:11.527638+0000 mon.smithi044 (mon.0) 456 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-11-08T02:48:12.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:11.527749+0000 mon.smithi044 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:12.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:11.528134+0000 mon.smithi044 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:12.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:11.528315+0000 mon.smithi044 (mon.0) 459 : audit [INF] from='osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:12.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:11.573429+0000 mon.smithi044 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.44:0/1600729887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:12.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:12.206892+0000 mon.smithi044 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:12.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:11.198165+0000 mgr.smithi044.dprgyk (mgr.14182) 58 : cluster [DBG] pgmap v55: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:48:12.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:11.527585+0000 mon.smithi044 (mon.0) 455 : audit [INF] from='osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T02:48:12.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:11.527638+0000 mon.smithi044 (mon.0) 456 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-11-08T02:48:12.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:11.527749+0000 mon.smithi044 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:12.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:11.528134+0000 mon.smithi044 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:12.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:11.528315+0000 mon.smithi044 (mon.0) 459 : audit [INF] from='osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:12.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:11.573429+0000 mon.smithi044 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.44:0/1600729887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:12.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:12.206892+0000 mon.smithi044 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:12.953 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:48:13.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:12.531495+0000 mon.smithi044 (mon.0) 462 : audit [INF] from='osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-11-08T02:48:13.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:12.531550+0000 mon.smithi044 (mon.0) 463 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-08T02:48:13.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:12.532353+0000 mon.smithi044 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:13.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:12.532625+0000 mon.smithi044 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:13.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:12.537728+0000 mon.smithi044 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:13.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:12.531495+0000 mon.smithi044 (mon.0) 462 : audit [INF] from='osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-11-08T02:48:13.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:12.531550+0000 mon.smithi044 (mon.0) 463 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-08T02:48:13.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:12.532353+0000 mon.smithi044 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:13.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:12.532625+0000 mon.smithi044 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:13.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:12.537728+0000 mon.smithi044 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:14.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:11.984951+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:14.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:11.985072+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:14.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:13.198713+0000 mgr.smithi044.dprgyk (mgr.14182) 59 : cluster [DBG] pgmap v58: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:48:14.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:13.535640+0000 mon.smithi044 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:14.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:13.541110+0000 mon.smithi044 (mon.0) 468 : cluster [INF] osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569] boot 2023-11-08T02:48:14.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:13.541136+0000 mon.smithi044 (mon.0) 469 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-08T02:48:14.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:13.541699+0000 mon.smithi044 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:14.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:13.541910+0000 mon.smithi044 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:14.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:14.425135+0000 mon.smithi044 (mon.0) 472 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:14.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:14.426230+0000 mon.smithi044 (mon.0) 473 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:48:14.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:14.426885+0000 mon.smithi044 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T02:48:14.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:14.427505+0000 mon.smithi044 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:14.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:11.984951+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:14.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:11.985072+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:14.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:13.198713+0000 mgr.smithi044.dprgyk (mgr.14182) 59 : cluster [DBG] pgmap v58: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:48:14.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:13.535640+0000 mon.smithi044 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:14.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:13.541110+0000 mon.smithi044 (mon.0) 468 : cluster [INF] osd.5 [v2:172.21.15.44:6818/2603138569,v1:172.21.15.44:6819/2603138569] boot 2023-11-08T02:48:14.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:13.541136+0000 mon.smithi044 (mon.0) 469 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-08T02:48:14.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:13.541699+0000 mon.smithi044 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:48:14.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:13.541910+0000 mon.smithi044 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:14.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:14.425135+0000 mon.smithi044 (mon.0) 472 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:14.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:14.426230+0000 mon.smithi044 (mon.0) 473 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:48:14.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:14.426885+0000 mon.smithi044 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T02:48:14.816 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:14.427505+0000 mon.smithi044 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:14.919 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:15.652 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1699411693,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:48:15.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:14.425990+0000 mgr.smithi044.dprgyk (mgr.14182) 60 : cephadm [INF] Reconfiguring mon.smithi044 (unknown last config time)... 2023-11-08T02:48:15.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:14.428093+0000 mgr.smithi044.dprgyk (mgr.14182) 61 : cephadm [INF] Reconfiguring daemon mon.smithi044 on smithi044 2023-11-08T02:48:15.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:14.547849+0000 mon.smithi044 (mon.0) 476 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-08T02:48:15.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:14.548243+0000 mon.smithi044 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:15.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:14.920676+0000 mon.smithi044 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.44:0/2009493405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:15.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:15.438916+0000 mon.smithi044 (mon.0) 479 : audit [INF] from='osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T02:48:16.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:14.425990+0000 mgr.smithi044.dprgyk (mgr.14182) 60 : cephadm [INF] Reconfiguring mon.smithi044 (unknown last config time)... 2023-11-08T02:48:16.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:14.428093+0000 mgr.smithi044.dprgyk (mgr.14182) 61 : cephadm [INF] Reconfiguring daemon mon.smithi044 on smithi044 2023-11-08T02:48:16.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:14.547849+0000 mon.smithi044 (mon.0) 476 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-08T02:48:16.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:14.548243+0000 mon.smithi044 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:16.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:14.920676+0000 mon.smithi044 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.44:0/2009493405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:16.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:15.438916+0000 mon.smithi044 (mon.0) 479 : audit [INF] from='osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T02:48:16.653 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:48:16.684 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:15.199129+0000 mgr.smithi044.dprgyk (mgr.14182) 62 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:48:16.685 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:15.557489+0000 mon.smithi044 (mon.0) 480 : audit [INF] from='osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T02:48:16.685 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:15.557557+0000 mon.smithi044 (mon.0) 481 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-08T02:48:16.685 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:15.557965+0000 mon.smithi044 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:16.685 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:15.558427+0000 mon.smithi044 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:16.685 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:15.703351+0000 mon.smithi044 (mon.0) 484 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:16.686 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:15.704074+0000 mgr.smithi044.dprgyk (mgr.14182) 63 : cephadm [INF] Reconfiguring mgr.smithi044.dprgyk (unknown last config time)... 2023-11-08T02:48:16.686 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:15.704390+0000 mon.smithi044 (mon.0) 485 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi044.dprgyk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:48:16.686 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:15.705158+0000 mon.smithi044 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:48:16.686 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:15.705740+0000 mon.smithi044 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:16.686 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:15.706292+0000 mgr.smithi044.dprgyk (mgr.14182) 64 : cephadm [INF] Reconfiguring daemon mgr.smithi044.dprgyk on smithi044 2023-11-08T02:48:17.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:15.199129+0000 mgr.smithi044.dprgyk (mgr.14182) 62 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:48:17.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:15.557489+0000 mon.smithi044 (mon.0) 480 : audit [INF] from='osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T02:48:17.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:15.557557+0000 mon.smithi044 (mon.0) 481 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-08T02:48:17.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:15.557965+0000 mon.smithi044 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:17.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:15.558427+0000 mon.smithi044 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-11-08T02:48:17.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:15.703351+0000 mon.smithi044 (mon.0) 484 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:17.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:15.704074+0000 mgr.smithi044.dprgyk (mgr.14182) 63 : cephadm [INF] Reconfiguring mgr.smithi044.dprgyk (unknown last config time)... 2023-11-08T02:48:17.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:15.704390+0000 mon.smithi044 (mon.0) 485 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi044.dprgyk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:48:17.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:15.705158+0000 mon.smithi044 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:48:17.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:15.705740+0000 mon.smithi044 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:17.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:15.706292+0000 mgr.smithi044.dprgyk (mgr.14182) 64 : cephadm [INF] Reconfiguring daemon mgr.smithi044.dprgyk on smithi044 2023-11-08T02:48:17.965 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:16.564461+0000 mon.smithi044 (mon.0) 488 : audit [INF] from='osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-11-08T02:48:17.965 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:16.564575+0000 mon.smithi044 (mon.0) 489 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-08T02:48:17.966 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:16.565312+0000 mon.smithi044 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:17.966 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:16.571320+0000 mon.smithi044 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:17.966 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:16.601458+0000 mon.smithi044 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:17.966 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:16.602263+0000 mgr.smithi044.dprgyk (mgr.14182) 65 : cephadm [INF] Reconfiguring alertmanager.smithi044 (dependencies changed)... 2023-11-08T02:48:17.966 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:16.609176+0000 mgr.smithi044.dprgyk (mgr.14182) 66 : cephadm [INF] Reconfiguring daemon alertmanager.smithi044 on smithi044 2023-11-08T02:48:18.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:16.564461+0000 mon.smithi044 (mon.0) 488 : audit [INF] from='osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-11-08T02:48:18.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:16.564575+0000 mon.smithi044 (mon.0) 489 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-08T02:48:18.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:16.565312+0000 mon.smithi044 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:18.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:16.571320+0000 mon.smithi044 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:18.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:16.601458+0000 mon.smithi044 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:18.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:16.602263+0000 mgr.smithi044.dprgyk (mgr.14182) 65 : cephadm [INF] Reconfiguring alertmanager.smithi044 (dependencies changed)... 2023-11-08T02:48:18.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:16.609176+0000 mgr.smithi044.dprgyk (mgr.14182) 66 : cephadm [INF] Reconfiguring daemon alertmanager.smithi044 on smithi044 2023-11-08T02:48:18.661 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:18.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:16.389158+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:18.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:16.389223+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:18.843 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:17.199482+0000 mgr.smithi044.dprgyk (mgr.14182) 67 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:48:18.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:17.569430+0000 mon.smithi044 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:18.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:17.573319+0000 mon.smithi044 (mon.0) 494 : cluster [INF] osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765] boot 2023-11-08T02:48:18.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:17.573404+0000 mon.smithi044 (mon.0) 495 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-08T02:48:18.844 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:17.573845+0000 mon.smithi044 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:19.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:16.389158+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:48:19.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:16.389223+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:48:19.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:17.199482+0000 mgr.smithi044.dprgyk (mgr.14182) 67 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:48:19.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:17.569430+0000 mon.smithi044 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:19.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:17.573319+0000 mon.smithi044 (mon.0) 494 : cluster [INF] osd.7 [v2:172.21.15.44:6826/2760734765,v1:172.21.15.44:6827/2760734765] boot 2023-11-08T02:48:19.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:17.573404+0000 mon.smithi044 (mon.0) 495 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-08T02:48:19.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:17.573845+0000 mon.smithi044 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:48:19.156 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":35,"num_osds":8,"num_up_osds":8,"osd_up_since":1699411697,"num_in_osds":8,"osd_in_since":1699411666,"num_remapped_pgs":0} 2023-11-08T02:48:19.157 INFO:tasks.cephadm:Setting up client nodes... 2023-11-08T02:48:19.158 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T02:48:19.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:18.581088+0000 mon.smithi044 (mon.0) 497 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-08T02:48:19.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:18.661831+0000 mon.smithi044 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.44:0/606542610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:20.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:18.581088+0000 mon.smithi044 (mon.0) 497 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-08T02:48:20.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:18.661831+0000 mon.smithi044 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.44:0/606542610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:48:20.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:19.199814+0000 mgr.smithi044.dprgyk (mgr.14182) 68 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:20.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:19.585176+0000 mon.smithi044 (mon.0) 499 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-08T02:48:21.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:19.199814+0000 mgr.smithi044.dprgyk (mgr.14182) 68 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:21.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:19.585176+0000 mon.smithi044 (mon.0) 499 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-08T02:48:21.357 INFO:teuthology.orchestra.run.smithi044.stdout:[client.0] 2023-11-08T02:48:21.357 INFO:teuthology.orchestra.run.smithi044.stdout: key = AQD19kplOcYiFRAAG6edKvGDhOFLveAGgvLHZQ== 2023-11-08T02:48:21.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:20.738515+0000 mon.smithi044 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:21.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:20.739174+0000 mgr.smithi044.dprgyk (mgr.14182) 69 : cephadm [INF] Reconfiguring crash.smithi044 (monmap changed)... 2023-11-08T02:48:21.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:20.739465+0000 mon.smithi044 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi044", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:48:21.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:20.740235+0000 mon.smithi044 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:21.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:20.740822+0000 mgr.smithi044.dprgyk (mgr.14182) 70 : cephadm [INF] Reconfiguring daemon crash.smithi044 on smithi044 2023-11-08T02:48:21.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:21.354427+0000 mon.smithi044 (mon.0) 503 : audit [INF] from='client.? 172.21.15.44:0/3158942337' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:48:21.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:21.357896+0000 mon.smithi044 (mon.0) 504 : audit [INF] from='client.? 172.21.15.44:0/3158942337' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T02:48:21.920 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T02:48:21.921 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-08T02:48:21.921 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-08T02:48:21.966 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T02:48:22.001 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:20.738515+0000 mon.smithi044 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:22.001 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:20.739174+0000 mgr.smithi044.dprgyk (mgr.14182) 69 : cephadm [INF] Reconfiguring crash.smithi044 (monmap changed)... 2023-11-08T02:48:22.001 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:20.739465+0000 mon.smithi044 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi044", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:48:22.002 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:20.740235+0000 mon.smithi044 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:22.002 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:20.740822+0000 mgr.smithi044.dprgyk (mgr.14182) 70 : cephadm [INF] Reconfiguring daemon crash.smithi044 on smithi044 2023-11-08T02:48:22.002 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:21.354427+0000 mon.smithi044 (mon.0) 503 : audit [INF] from='client.? 172.21.15.44:0/3158942337' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:48:22.002 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:21.357896+0000 mon.smithi044 (mon.0) 504 : audit [INF] from='client.? 172.21.15.44:0/3158942337' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T02:48:22.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:21.200149+0000 mgr.smithi044.dprgyk (mgr.14182) 71 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:22.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:21.746322+0000 mon.smithi044 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:22.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:21.747126+0000 mgr.smithi044.dprgyk (mgr.14182) 72 : cephadm [INF] Reconfiguring grafana.smithi044 (dependencies changed)... 2023-11-08T02:48:22.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:21.781881+0000 mgr.smithi044.dprgyk (mgr.14182) 73 : cephadm [INF] Reconfiguring daemon grafana.smithi044 on smithi044 2023-11-08T02:48:22.907 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:21.200149+0000 mgr.smithi044.dprgyk (mgr.14182) 71 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:22.907 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:21.746322+0000 mon.smithi044 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:22.907 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:21.747126+0000 mgr.smithi044.dprgyk (mgr.14182) 72 : cephadm [INF] Reconfiguring grafana.smithi044 (dependencies changed)... 2023-11-08T02:48:22.907 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:21.781881+0000 mgr.smithi044.dprgyk (mgr.14182) 73 : cephadm [INF] Reconfiguring daemon grafana.smithi044 on smithi044 2023-11-08T02:48:23.334 INFO:teuthology.orchestra.run.smithi087.stdout:[client.1] 2023-11-08T02:48:23.335 INFO:teuthology.orchestra.run.smithi087.stdout: key = AQD39kplJTbBExAATVZeXX3T3anzXEdP+DeD5Q== 2023-11-08T02:48:23.701 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T02:48:23.701 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-08T02:48:23.702 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-08T02:48:23.780 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:48:23.983 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:23.330541+0000 mon.smithi087 (mon.1) 23 : audit [INF] from='client.? 172.21.15.87:0/896060907' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:48:23.983 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:23.331243+0000 mon.smithi044 (mon.0) 506 : 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-08T02:48:23.983 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:23.335527+0000 mon.smithi044 (mon.0) 507 : 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-08T02:48:24.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:23.330541+0000 mon.smithi087 (mon.1) 23 : audit [INF] from='client.? 172.21.15.87:0/896060907' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:48:24.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:23.331243+0000 mon.smithi044 (mon.0) 506 : 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-08T02:48:24.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:23.335527+0000 mon.smithi044 (mon.0) 507 : 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-08T02:48:24.203 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:24.942 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:23.200576+0000 mgr.smithi044.dprgyk (mgr.14182) 74 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:25.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:23.200576+0000 mgr.smithi044.dprgyk (mgr.14182) 74 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:25.728 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:25.728 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":36,"fsid":"c9539b08-7de0-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:45:26.743742+0000","modified":"2023-11-08T02:48:19.578437+0000","last_up_change":"2023-11-08T02:48:17.567803+0000","last_in_change":"2023-11-08T02:47:46.698583+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-08T02:48:03.549068+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":"23","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":"b96b6705-9f21-4143-ad5f-294d1b3eed51","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.87:6800","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6801","nonce":593521251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6803","nonce":593521251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6807","nonce":593521251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6805","nonce":593521251}]},"public_addr":"172.21.15.87:6801/593521251","cluster_addr":"172.21.15.87:6803/593521251","heartbeat_back_addr":"172.21.15.87:6807/593521251","heartbeat_front_addr":"172.21.15.87:6805/593521251","state":["exists","up"]},{"osd":1,"uuid":"f0f45269-cec9-4c52-a795-599402041d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6803","nonce":416979543}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6805","nonce":416979543}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6808","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6809","nonce":416979543}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6807","nonce":416979543}]},"public_addr":"172.21.15.44:6803/416979543","cluster_addr":"172.21.15.44:6805/416979543","heartbeat_back_addr":"172.21.15.44:6809/416979543","heartbeat_front_addr":"172.21.15.44:6807/416979543","state":["exists","up"]},{"osd":2,"uuid":"85361da0-9264-42d8-b846-c0b6303626c7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6809","nonce":3959583924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6811","nonce":3959583924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6815","nonce":3959583924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6813","nonce":3959583924}]},"public_addr":"172.21.15.87:6809/3959583924","cluster_addr":"172.21.15.87:6811/3959583924","heartbeat_back_addr":"172.21.15.87:6815/3959583924","heartbeat_front_addr":"172.21.15.87:6813/3959583924","state":["exists","up"]},{"osd":3,"uuid":"cbf78686-1d7f-4658-9725-85341dd62aea","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.44:6810","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6811","nonce":2748823284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6812","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6813","nonce":2748823284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6816","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6817","nonce":2748823284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6814","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6815","nonce":2748823284}]},"public_addr":"172.21.15.44:6811/2748823284","cluster_addr":"172.21.15.44:6813/2748823284","heartbeat_back_addr":"172.21.15.44:6817/2748823284","heartbeat_front_addr":"172.21.15.44:6815/2748823284","state":["exists","up"]},{"osd":4,"uuid":"fb6f783e-3292-4115-ab6c-fb5209dc95df","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6817","nonce":1799234607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6819","nonce":1799234607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6823","nonce":1799234607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6821","nonce":1799234607}]},"public_addr":"172.21.15.87:6817/1799234607","cluster_addr":"172.21.15.87:6819/1799234607","heartbeat_back_addr":"172.21.15.87:6823/1799234607","heartbeat_front_addr":"172.21.15.87:6821/1799234607","state":["exists","up"]},{"osd":5,"uuid":"40fef121-97c0-4b03-895e-d93bc97b81da","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.44:6818","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6819","nonce":2603138569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6820","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6821","nonce":2603138569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6824","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6825","nonce":2603138569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6822","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6823","nonce":2603138569}]},"public_addr":"172.21.15.44:6819/2603138569","cluster_addr":"172.21.15.44:6821/2603138569","heartbeat_back_addr":"172.21.15.44:6825/2603138569","heartbeat_front_addr":"172.21.15.44:6823/2603138569","state":["exists","up"]},{"osd":6,"uuid":"9d8d62e8-e169-46b5-9791-f92db049683a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6825","nonce":2893349465}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6827","nonce":2893349465}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6831","nonce":2893349465}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6829","nonce":2893349465}]},"public_addr":"172.21.15.87:6825/2893349465","cluster_addr":"172.21.15.87:6827/2893349465","heartbeat_back_addr":"172.21.15.87:6831/2893349465","heartbeat_front_addr":"172.21.15.87:6829/2893349465","state":["exists","up"]},{"osd":7,"uuid":"2d2f1a21-cee1-41d2-9c48-9183d63f397b","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.44:6826","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6827","nonce":2760734765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6828","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6829","nonce":2760734765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6832","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6833","nonce":2760734765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6830","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6831","nonce":2760734765}]},"public_addr":"172.21.15.44:6827/2760734765","cluster_addr":"172.21.15.44:6829/2760734765","heartbeat_back_addr":"172.21.15.44:6833/2760734765","heartbeat_front_addr":"172.21.15.44:6831/2760734765","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-08T02:47:58.008369+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-08T02:48:01.898725+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-08T02:48:01.482805+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-08T02:48:06.139384+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-08T02:48:05.111705+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-08T02:48:11.985079+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-08T02:48:08.667706+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-08T02:48:16.389227+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.44:6800/3539461879":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/2820634496":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/1033963201":"2023-11-09T02:46:15.653930+0000","172.21.15.44:0/1602515355":"2023-11-09T02:46:15.653930+0000","172.21.15.44:6801/880517522":"2023-11-09T02:46:15.653930+0000","172.21.15.44:0/3531884377":"2023-11-09T02:45:50.234717+0000","172.21.15.44:6800/2216595040":"2023-11-09T02:45:50.234717+0000","172.21.15.44:6801/3539461879":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/231229452":"2023-11-09T02:46:53.180993+0000","172.21.15.44:6800/880517522":"2023-11-09T02:46:15.653930+0000","172.21.15.44:6801/2216595040":"2023-11-09T02:45:50.234717+0000","172.21.15.44:0/2587129333":"2023-11-09T02:45:50.234717+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-08T02:48:26.418 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-08T02:48:03.549068+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': '23', '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-08T02:48:26.418 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-08T02:48:26.450 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:25.167800+0000 mon.smithi044 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:26.450 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:25.169091+0000 mgr.smithi044.dprgyk (mgr.14182) 75 : cephadm [INF] Reconfiguring prometheus.smithi044 (dependencies changed)... 2023-11-08T02:48:26.450 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:25.175132+0000 mgr.smithi044.dprgyk (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon prometheus.smithi044 on smithi044 2023-11-08T02:48:26.450 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:25.727650+0000 mon.smithi044 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.44:0/1877001434' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:48:26.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:25.167800+0000 mon.smithi044 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:26.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:25.169091+0000 mgr.smithi044.dprgyk (mgr.14182) 75 : cephadm [INF] Reconfiguring prometheus.smithi044 (dependencies changed)... 2023-11-08T02:48:26.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:25.175132+0000 mgr.smithi044.dprgyk (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon prometheus.smithi044 on smithi044 2023-11-08T02:48:26.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:25.727650+0000 mon.smithi044 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.44:0/1877001434' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:48:27.078 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:27.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:25.200916+0000 mgr.smithi044.dprgyk (mgr.14182) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:27.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:25.200916+0000 mgr.smithi044.dprgyk (mgr.14182) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:28.504 INFO:teuthology.orchestra.run.smithi044.stdout:pg_num: 1 2023-11-08T02:48:28.946 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-08T02:48:28.947 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-08T02:48:28.947 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-08T02:48:29.294 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:29.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:27.201389+0000 mgr.smithi044.dprgyk (mgr.14182) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:28.504281+0000 mon.smithi044 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.44:0/3411999614' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T02:48:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:28.620003+0000 mon.smithi044 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:28.621092+0000 mon.smithi044 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:48:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:28.621894+0000 mon.smithi044 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:29.444 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:27.201389+0000 mgr.smithi044.dprgyk (mgr.14182) 78 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:29.444 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:28.504281+0000 mon.smithi044 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.44:0/3411999614' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T02:48:29.444 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:28.620003+0000 mon.smithi044 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:29.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:28.621092+0000 mon.smithi044 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:48:29.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:28.621894+0000 mon.smithi044 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:30.537 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:30.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:28.620790+0000 mgr.smithi044.dprgyk (mgr.14182) 79 : cephadm [INF] Reconfiguring crash.smithi087 (monmap changed)... 2023-11-08T02:48:30.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:28.622503+0000 mgr.smithi044.dprgyk (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon crash.smithi087 on smithi087 2023-11-08T02:48:30.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:29.558568+0000 mon.smithi044 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:30.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:29.571132+0000 mon.smithi044 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.ewazkn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:48:30.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:29.572071+0000 mon.smithi044 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:48:30.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:29.572844+0000 mon.smithi044 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:30.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:28.620790+0000 mgr.smithi044.dprgyk (mgr.14182) 79 : cephadm [INF] Reconfiguring crash.smithi087 (monmap changed)... 2023-11-08T02:48:30.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:28.622503+0000 mgr.smithi044.dprgyk (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon crash.smithi087 on smithi087 2023-11-08T02:48:30.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:29.558568+0000 mon.smithi044 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:30.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:29.571132+0000 mon.smithi044 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.ewazkn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:48:30.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:29.572071+0000 mon.smithi044 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:48:30.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:29.572844+0000 mon.smithi044 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:30.958 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi044.dprgyk","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6800","nonce":1683090509},{"type":"v1","addr":"172.21.15.44:6801","nonce":1683090509}]},"active_addr":"172.21.15.44:6801/1683090509","active_change":"2023-11-08T02:46:53.181156+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi087.ewazkn","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.44:8443/","prometheus":"http://172.21.15.44: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.44:0","nonce":2795471419}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.44:0","nonce":1333286263}]}]} 2023-11-08T02:48:30.963 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-08T02:48:30.963 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-08T02:48:30.964 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:48:31.267 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:29.201679+0000 mgr.smithi044.dprgyk (mgr.14182) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:29.570803+0000 mgr.smithi044.dprgyk (mgr.14182) 82 : cephadm [INF] Reconfiguring mgr.smithi087.ewazkn (monmap changed)... 2023-11-08T02:48:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:29.573529+0000 mgr.smithi044.dprgyk (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi087.ewazkn on smithi087 2023-11-08T02:48:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:30.414202+0000 mon.smithi044 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:31.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:30.415081+0000 mon.smithi044 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:48:31.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:30.415807+0000 mon.smithi044 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T02:48:31.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:30.416476+0000 mon.smithi044 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:31.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:30.533494+0000 mon.smithi044 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.44:0/93071891' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T02:48:31.435 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:29.201679+0000 mgr.smithi044.dprgyk (mgr.14182) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:31.435 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:29.570803+0000 mgr.smithi044.dprgyk (mgr.14182) 82 : cephadm [INF] Reconfiguring mgr.smithi087.ewazkn (monmap changed)... 2023-11-08T02:48:31.435 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:29.573529+0000 mgr.smithi044.dprgyk (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi087.ewazkn on smithi087 2023-11-08T02:48:31.435 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:30.414202+0000 mon.smithi044 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:31.435 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:30.415081+0000 mon.smithi044 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:48:31.436 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:30.415807+0000 mon.smithi044 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T02:48:31.436 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:30.416476+0000 mon.smithi044 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:31.436 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:30.533494+0000 mon.smithi044 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.44:0/93071891' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T02:48:32.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:30.414813+0000 mgr.smithi044.dprgyk (mgr.14182) 84 : cephadm [INF] Reconfiguring mon.smithi087 (monmap changed)... 2023-11-08T02:48:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:30.417076+0000 mgr.smithi044.dprgyk (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon mon.smithi087 on smithi087 2023-11-08T02:48:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.267829+0000 mon.smithi044 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.270922+0000 mon.smithi044 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T02:48:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.272376+0000 mon.smithi044 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi044.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T02:48:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.278171+0000 mon.smithi044 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.283868+0000 mon.smithi044 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T02:48:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.290309+0000 mon.smithi044 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi044.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T02:48:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.297257+0000 mon.smithi044 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.304040+0000 mon.smithi044 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T02:48:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.306204+0000 mon.smithi044 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi044.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T02:48:32.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.311278+0000 mon.smithi044 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:32.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.314832+0000 mon.smithi044 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:48:32.477 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:32.478 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":36,"fsid":"c9539b08-7de0-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:45:26.743742+0000","modified":"2023-11-08T02:48:19.578437+0000","last_up_change":"2023-11-08T02:48:17.567803+0000","last_in_change":"2023-11-08T02:47:46.698583+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-08T02:48:03.549068+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":"23","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":"b96b6705-9f21-4143-ad5f-294d1b3eed51","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.87:6800","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6801","nonce":593521251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6803","nonce":593521251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6807","nonce":593521251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6805","nonce":593521251}]},"public_addr":"172.21.15.87:6801/593521251","cluster_addr":"172.21.15.87:6803/593521251","heartbeat_back_addr":"172.21.15.87:6807/593521251","heartbeat_front_addr":"172.21.15.87:6805/593521251","state":["exists","up"]},{"osd":1,"uuid":"f0f45269-cec9-4c52-a795-599402041d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6803","nonce":416979543}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6805","nonce":416979543}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6808","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6809","nonce":416979543}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6807","nonce":416979543}]},"public_addr":"172.21.15.44:6803/416979543","cluster_addr":"172.21.15.44:6805/416979543","heartbeat_back_addr":"172.21.15.44:6809/416979543","heartbeat_front_addr":"172.21.15.44:6807/416979543","state":["exists","up"]},{"osd":2,"uuid":"85361da0-9264-42d8-b846-c0b6303626c7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6809","nonce":3959583924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6811","nonce":3959583924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6815","nonce":3959583924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6813","nonce":3959583924}]},"public_addr":"172.21.15.87:6809/3959583924","cluster_addr":"172.21.15.87:6811/3959583924","heartbeat_back_addr":"172.21.15.87:6815/3959583924","heartbeat_front_addr":"172.21.15.87:6813/3959583924","state":["exists","up"]},{"osd":3,"uuid":"cbf78686-1d7f-4658-9725-85341dd62aea","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.44:6810","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6811","nonce":2748823284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6812","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6813","nonce":2748823284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6816","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6817","nonce":2748823284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6814","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6815","nonce":2748823284}]},"public_addr":"172.21.15.44:6811/2748823284","cluster_addr":"172.21.15.44:6813/2748823284","heartbeat_back_addr":"172.21.15.44:6817/2748823284","heartbeat_front_addr":"172.21.15.44:6815/2748823284","state":["exists","up"]},{"osd":4,"uuid":"fb6f783e-3292-4115-ab6c-fb5209dc95df","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6817","nonce":1799234607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6819","nonce":1799234607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6823","nonce":1799234607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6821","nonce":1799234607}]},"public_addr":"172.21.15.87:6817/1799234607","cluster_addr":"172.21.15.87:6819/1799234607","heartbeat_back_addr":"172.21.15.87:6823/1799234607","heartbeat_front_addr":"172.21.15.87:6821/1799234607","state":["exists","up"]},{"osd":5,"uuid":"40fef121-97c0-4b03-895e-d93bc97b81da","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.44:6818","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6819","nonce":2603138569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6820","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6821","nonce":2603138569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6824","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6825","nonce":2603138569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6822","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6823","nonce":2603138569}]},"public_addr":"172.21.15.44:6819/2603138569","cluster_addr":"172.21.15.44:6821/2603138569","heartbeat_back_addr":"172.21.15.44:6825/2603138569","heartbeat_front_addr":"172.21.15.44:6823/2603138569","state":["exists","up"]},{"osd":6,"uuid":"9d8d62e8-e169-46b5-9791-f92db049683a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6825","nonce":2893349465}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6827","nonce":2893349465}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6831","nonce":2893349465}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6829","nonce":2893349465}]},"public_addr":"172.21.15.87:6825/2893349465","cluster_addr":"172.21.15.87:6827/2893349465","heartbeat_back_addr":"172.21.15.87:6831/2893349465","heartbeat_front_addr":"172.21.15.87:6829/2893349465","state":["exists","up"]},{"osd":7,"uuid":"2d2f1a21-cee1-41d2-9c48-9183d63f397b","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.44:6826","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6827","nonce":2760734765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6828","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6829","nonce":2760734765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6832","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6833","nonce":2760734765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6830","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6831","nonce":2760734765}]},"public_addr":"172.21.15.44:6827/2760734765","cluster_addr":"172.21.15.44:6829/2760734765","heartbeat_back_addr":"172.21.15.44:6833/2760734765","heartbeat_front_addr":"172.21.15.44:6831/2760734765","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-08T02:47:58.008369+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-08T02:48:01.898725+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-08T02:48:01.482805+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-08T02:48:06.139384+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-08T02:48:05.111705+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-08T02:48:11.985079+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-08T02:48:08.667706+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-08T02:48:16.389227+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.44:6800/3539461879":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/2820634496":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/1033963201":"2023-11-09T02:46:15.653930+0000","172.21.15.44:0/1602515355":"2023-11-09T02:46:15.653930+0000","172.21.15.44:6801/880517522":"2023-11-09T02:46:15.653930+0000","172.21.15.44:0/3531884377":"2023-11-09T02:45:50.234717+0000","172.21.15.44:6800/2216595040":"2023-11-09T02:45:50.234717+0000","172.21.15.44:6801/3539461879":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/231229452":"2023-11-09T02:46:53.180993+0000","172.21.15.44:6800/880517522":"2023-11-09T02:46:15.653930+0000","172.21.15.44:6801/2216595040":"2023-11-09T02:45:50.234717+0000","172.21.15.44:0/2587129333":"2023-11-09T02:45:50.234717+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-08T02:48:32.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:30.414813+0000 mgr.smithi044.dprgyk (mgr.14182) 84 : cephadm [INF] Reconfiguring mon.smithi087 (monmap changed)... 2023-11-08T02:48:32.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:30.417076+0000 mgr.smithi044.dprgyk (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon mon.smithi087 on smithi087 2023-11-08T02:48:32.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.267829+0000 mon.smithi044 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:32.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.270922+0000 mon.smithi044 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T02:48:32.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.272376+0000 mon.smithi044 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi044.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T02:48:32.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.278171+0000 mon.smithi044 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:32.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.283868+0000 mon.smithi044 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T02:48:32.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.290309+0000 mon.smithi044 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi044.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T02:48:32.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.297257+0000 mon.smithi044 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:32.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.304040+0000 mon.smithi044 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T02:48:32.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.306204+0000 mon.smithi044 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi044.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T02:48:32.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.311278+0000 mon.smithi044 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:32.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.314832+0000 mon.smithi044 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:48:32.895 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-08T02:48:32.895 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:48:33.307 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:33.388 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:31.202028+0000 mgr.smithi044.dprgyk (mgr.14182) 86 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:33.389 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.271344+0000 mgr.smithi044.dprgyk (mgr.14182) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T02:48:33.389 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.272700+0000 mgr.smithi044.dprgyk (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi044.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T02:48:33.389 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.284570+0000 mgr.smithi044.dprgyk (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T02:48:33.389 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.290723+0000 mgr.smithi044.dprgyk (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi044.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T02:48:33.390 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.304609+0000 mgr.smithi044.dprgyk (mgr.14182) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T02:48:33.390 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:31.306619+0000 mgr.smithi044.dprgyk (mgr.14182) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi044.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T02:48:33.390 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:32.477321+0000 mon.smithi044 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.44:0/2458874616' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:48:33.390 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:32.746708+0000 mon.smithi044 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:33.443 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:31.202028+0000 mgr.smithi044.dprgyk (mgr.14182) 86 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:33.444 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.271344+0000 mgr.smithi044.dprgyk (mgr.14182) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T02:48:33.444 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.272700+0000 mgr.smithi044.dprgyk (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi044.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T02:48:33.444 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.284570+0000 mgr.smithi044.dprgyk (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T02:48:33.444 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.290723+0000 mgr.smithi044.dprgyk (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi044.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T02:48:33.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.304609+0000 mgr.smithi044.dprgyk (mgr.14182) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T02:48:33.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:31.306619+0000 mgr.smithi044.dprgyk (mgr.14182) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi044.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T02:48:33.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:32.477321+0000 mon.smithi044 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.44:0/2458874616' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:48:33.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:32.746708+0000 mon.smithi044 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:34.953 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:48:34.953 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":36,"fsid":"c9539b08-7de0-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:45:26.743742+0000","modified":"2023-11-08T02:48:19.578437+0000","last_up_change":"2023-11-08T02:48:17.567803+0000","last_in_change":"2023-11-08T02:47:46.698583+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-08T02:48:03.549068+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":"23","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":"b96b6705-9f21-4143-ad5f-294d1b3eed51","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.87:6800","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6801","nonce":593521251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6803","nonce":593521251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6807","nonce":593521251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":593521251},{"type":"v1","addr":"172.21.15.87:6805","nonce":593521251}]},"public_addr":"172.21.15.87:6801/593521251","cluster_addr":"172.21.15.87:6803/593521251","heartbeat_back_addr":"172.21.15.87:6807/593521251","heartbeat_front_addr":"172.21.15.87:6805/593521251","state":["exists","up"]},{"osd":1,"uuid":"f0f45269-cec9-4c52-a795-599402041d09","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6803","nonce":416979543}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6805","nonce":416979543}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6808","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6809","nonce":416979543}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":416979543},{"type":"v1","addr":"172.21.15.44:6807","nonce":416979543}]},"public_addr":"172.21.15.44:6803/416979543","cluster_addr":"172.21.15.44:6805/416979543","heartbeat_back_addr":"172.21.15.44:6809/416979543","heartbeat_front_addr":"172.21.15.44:6807/416979543","state":["exists","up"]},{"osd":2,"uuid":"85361da0-9264-42d8-b846-c0b6303626c7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6809","nonce":3959583924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6811","nonce":3959583924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6815","nonce":3959583924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":3959583924},{"type":"v1","addr":"172.21.15.87:6813","nonce":3959583924}]},"public_addr":"172.21.15.87:6809/3959583924","cluster_addr":"172.21.15.87:6811/3959583924","heartbeat_back_addr":"172.21.15.87:6815/3959583924","heartbeat_front_addr":"172.21.15.87:6813/3959583924","state":["exists","up"]},{"osd":3,"uuid":"cbf78686-1d7f-4658-9725-85341dd62aea","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.44:6810","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6811","nonce":2748823284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6812","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6813","nonce":2748823284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6816","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6817","nonce":2748823284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6814","nonce":2748823284},{"type":"v1","addr":"172.21.15.44:6815","nonce":2748823284}]},"public_addr":"172.21.15.44:6811/2748823284","cluster_addr":"172.21.15.44:6813/2748823284","heartbeat_back_addr":"172.21.15.44:6817/2748823284","heartbeat_front_addr":"172.21.15.44:6815/2748823284","state":["exists","up"]},{"osd":4,"uuid":"fb6f783e-3292-4115-ab6c-fb5209dc95df","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6817","nonce":1799234607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6819","nonce":1799234607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6823","nonce":1799234607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1799234607},{"type":"v1","addr":"172.21.15.87:6821","nonce":1799234607}]},"public_addr":"172.21.15.87:6817/1799234607","cluster_addr":"172.21.15.87:6819/1799234607","heartbeat_back_addr":"172.21.15.87:6823/1799234607","heartbeat_front_addr":"172.21.15.87:6821/1799234607","state":["exists","up"]},{"osd":5,"uuid":"40fef121-97c0-4b03-895e-d93bc97b81da","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.44:6818","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6819","nonce":2603138569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6820","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6821","nonce":2603138569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6824","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6825","nonce":2603138569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6822","nonce":2603138569},{"type":"v1","addr":"172.21.15.44:6823","nonce":2603138569}]},"public_addr":"172.21.15.44:6819/2603138569","cluster_addr":"172.21.15.44:6821/2603138569","heartbeat_back_addr":"172.21.15.44:6825/2603138569","heartbeat_front_addr":"172.21.15.44:6823/2603138569","state":["exists","up"]},{"osd":6,"uuid":"9d8d62e8-e169-46b5-9791-f92db049683a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6825","nonce":2893349465}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6827","nonce":2893349465}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6831","nonce":2893349465}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":2893349465},{"type":"v1","addr":"172.21.15.87:6829","nonce":2893349465}]},"public_addr":"172.21.15.87:6825/2893349465","cluster_addr":"172.21.15.87:6827/2893349465","heartbeat_back_addr":"172.21.15.87:6831/2893349465","heartbeat_front_addr":"172.21.15.87:6829/2893349465","state":["exists","up"]},{"osd":7,"uuid":"2d2f1a21-cee1-41d2-9c48-9183d63f397b","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.44:6826","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6827","nonce":2760734765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6828","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6829","nonce":2760734765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6832","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6833","nonce":2760734765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6830","nonce":2760734765},{"type":"v1","addr":"172.21.15.44:6831","nonce":2760734765}]},"public_addr":"172.21.15.44:6827/2760734765","cluster_addr":"172.21.15.44:6829/2760734765","heartbeat_back_addr":"172.21.15.44:6833/2760734765","heartbeat_front_addr":"172.21.15.44:6831/2760734765","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-08T02:47:58.008369+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-08T02:48:01.898725+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-08T02:48:01.482805+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-08T02:48:06.139384+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-08T02:48:05.111705+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-08T02:48:11.985079+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-08T02:48:08.667706+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-08T02:48:16.389227+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.44:6800/3539461879":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/2820634496":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/1033963201":"2023-11-09T02:46:15.653930+0000","172.21.15.44:0/1602515355":"2023-11-09T02:46:15.653930+0000","172.21.15.44:6801/880517522":"2023-11-09T02:46:15.653930+0000","172.21.15.44:0/3531884377":"2023-11-09T02:45:50.234717+0000","172.21.15.44:6800/2216595040":"2023-11-09T02:45:50.234717+0000","172.21.15.44:6801/3539461879":"2023-11-09T02:46:53.180993+0000","172.21.15.44:0/231229452":"2023-11-09T02:46:53.180993+0000","172.21.15.44:6800/880517522":"2023-11-09T02:46:15.653930+0000","172.21.15.44:6801/2216595040":"2023-11-09T02:45:50.234717+0000","172.21.15.44:0/2587129333":"2023-11-09T02:45:50.234717+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-08T02:48:35.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:33.202473+0000 mgr.smithi044.dprgyk (mgr.14182) 93 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:35.446 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:34.953435+0000 mon.smithi044 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.44:0/1305285639' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:48:35.447 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-08T02:48:35.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:33.202473+0000 mgr.smithi044.dprgyk (mgr.14182) 93 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:35.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:34.953435+0000 mon.smithi044 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.44:0/1305285639' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:48:35.764 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:36.491 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:35.202796+0000 mgr.smithi044.dprgyk (mgr.14182) 94 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:36.491 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:35.203987+0000 mgr.smithi044.dprgyk (mgr.14182) 95 : cephadm [INF] Detected new or changed devices on smithi087 2023-11-08T02:48:36.491 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:35.209405+0000 mon.smithi044 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:36.492 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:35.490061+0000 mon.smithi044 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:36.492 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:35.490966+0000 mon.smithi044 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:36.492 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:35.491771+0000 mon.smithi044 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:36.492 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:35.492577+0000 mon.smithi044 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:36.492 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:35.493428+0000 mgr.smithi044.dprgyk (mgr.14182) 96 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 3992M 2023-11-08T02:48:36.493 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:35.497786+0000 mon.smithi044 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:36.493 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:35.542732+0000 mon.smithi044 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:35.202796+0000 mgr.smithi044.dprgyk (mgr.14182) 94 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:35.203987+0000 mgr.smithi044.dprgyk (mgr.14182) 95 : cephadm [INF] Detected new or changed devices on smithi087 2023-11-08T02:48:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:35.209405+0000 mon.smithi044 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:35.490061+0000 mon.smithi044 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:36.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:35.490966+0000 mon.smithi044 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:36.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:35.491771+0000 mon.smithi044 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:36.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:35.492577+0000 mon.smithi044 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:36.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:35.493428+0000 mgr.smithi044.dprgyk (mgr.14182) 96 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 3992M 2023-11-08T02:48:36.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:35.497786+0000 mon.smithi044 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:36.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:35.542732+0000 mon.smithi044 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:37.658 INFO:teuthology.orchestra.run.smithi044.stdout:68719476747 2023-11-08T02:48:37.659 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-08T02:48:37.962 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:38.533 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:37.203087+0000 mgr.smithi044.dprgyk (mgr.14182) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:38.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:37.203087+0000 mgr.smithi044.dprgyk (mgr.14182) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:39.598 INFO:teuthology.orchestra.run.smithi044.stdout:85899345930 2023-11-08T02:48:39.599 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-08T02:48:39.899 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:40.885 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:39.203351+0000 mgr.smithi044.dprgyk (mgr.14182) 98 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:40.885 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:39.606308+0000 mgr.smithi044.dprgyk (mgr.14182) 99 : cephadm [INF] Detected new or changed devices on smithi044 2023-11-08T02:48:40.885 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.612927+0000 mon.smithi044 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:40.886 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.962263+0000 mon.smithi044 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:40.886 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.963412+0000 mon.smithi044 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:40.886 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.964095+0000 mon.smithi044 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:40.886 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.964751+0000 mon.smithi044 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:40.887 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.965475+0000 mon.smithi044 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:40.887 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:48:39.966010+0000 mgr.smithi044.dprgyk (mgr.14182) 100 : cephadm [INF] Adjusting osd_memory_target on smithi044 to 3225M 2023-11-08T02:48:40.887 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.970013+0000 mon.smithi044 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:40.887 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.971626+0000 mon.smithi044 (mon.0) 551 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:40.887 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.972392+0000 mon.smithi044 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:48:40.887 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.976927+0000 mon.smithi044 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:40.888 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.981486+0000 mon.smithi044 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:48:40.888 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.984733+0000 mon.smithi044 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:48:40.888 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.985727+0000 mon.smithi044 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:48:40.888 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.985957+0000 mon.smithi044 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:40.888 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:39.986476+0000 mon.smithi044 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:40.994 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:39.203351+0000 mgr.smithi044.dprgyk (mgr.14182) 98 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:40.995 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:39.606308+0000 mgr.smithi044.dprgyk (mgr.14182) 99 : cephadm [INF] Detected new or changed devices on smithi044 2023-11-08T02:48:40.995 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.612927+0000 mon.smithi044 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:40.995 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.962263+0000 mon.smithi044 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:40.995 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.963412+0000 mon.smithi044 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:40.996 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.964095+0000 mon.smithi044 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:40.996 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.964751+0000 mon.smithi044 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:40.996 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.965475+0000 mon.smithi044 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:48:40.996 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:48:39.966010+0000 mgr.smithi044.dprgyk (mgr.14182) 100 : cephadm [INF] Adjusting osd_memory_target on smithi044 to 3225M 2023-11-08T02:48:40.996 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.970013+0000 mon.smithi044 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:40.997 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.971626+0000 mon.smithi044 (mon.0) 551 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:40.997 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.972392+0000 mon.smithi044 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:48:40.997 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.976927+0000 mon.smithi044 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:40.997 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.981486+0000 mon.smithi044 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:48:40.997 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.984733+0000 mon.smithi044 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:48:40.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.985727+0000 mon.smithi044 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:48:40.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.985957+0000 mon.smithi044 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:40.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:39.986476+0000 mon.smithi044 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:41.716 INFO:teuthology.orchestra.run.smithi044.stdout:85899345930 2023-11-08T02:48:41.716 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-08T02:48:42.036 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:42.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:41.203836+0000 mgr.smithi044.dprgyk (mgr.14182) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:43.062 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:41.203836+0000 mgr.smithi044.dprgyk (mgr.14182) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:43.454 INFO:teuthology.orchestra.run.smithi044.stdout:107374182409 2023-11-08T02:48:43.455 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-08T02:48:43.767 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:44.869 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:43.204359+0000 mgr.smithi044.dprgyk (mgr.14182) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:44.902 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:43.204359+0000 mgr.smithi044.dprgyk (mgr.14182) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:45.873 INFO:teuthology.orchestra.run.smithi044.stdout:103079215114 2023-11-08T02:48:45.874 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-08T02:48:46.184 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:47.150 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:45.204765+0000 mgr.smithi044.dprgyk (mgr.14182) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:47.150 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:45.866242+0000 mon.smithi044 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:45.204765+0000 mgr.smithi044.dprgyk (mgr.14182) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:47.359 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:45.866242+0000 mon.smithi044 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:47.856 INFO:teuthology.orchestra.run.smithi044.stdout:128849018889 2023-11-08T02:48:47.857 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-08T02:48:48.159 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:49.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:47.205126+0000 mgr.smithi044.dprgyk (mgr.14182) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:49.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:47.205126+0000 mgr.smithi044.dprgyk (mgr.14182) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:49.939 INFO:teuthology.orchestra.run.smithi044.stdout:115964117002 2023-11-08T02:48:49.940 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-08T02:48:50.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:49.018281+0000 mon.smithi044 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:50.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:49.020563+0000 mon.smithi044 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:48:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:49.018281+0000 mon.smithi044 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:49.020563+0000 mon.smithi044 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:48:50.562 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:49.205461+0000 mgr.smithi044.dprgyk (mgr.14182) 105 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:50.198267+0000 mon.smithi044 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:51.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:49.205461+0000 mgr.smithi044.dprgyk (mgr.14182) 105 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:51.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:50.198267+0000 mon.smithi044 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:52.780 INFO:teuthology.orchestra.run.smithi044.stdout:146028888074 2023-11-08T02:48:52.781 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-08T02:48:53.084 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:53.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:51.205826+0000 mgr.smithi044.dprgyk (mgr.14182) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:53.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:52.830489+0000 mon.smithi044 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:53.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:52.831465+0000 mon.smithi044 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:53.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:52.832150+0000 mon.smithi044 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:48:53.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:52.838444+0000 mon.smithi044 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:53.532 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:52.843067+0000 mon.smithi044 (mon.0) 567 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:48:53.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:51.205826+0000 mgr.smithi044.dprgyk (mgr.14182) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:53.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:52.830489+0000 mon.smithi044 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:53.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:52.831465+0000 mon.smithi044 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:53.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:52.832150+0000 mon.smithi044 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:48:53.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:52.838444+0000 mon.smithi044 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:48:53.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:52.843067+0000 mon.smithi044 (mon.0) 567 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:48:54.319 INFO:teuthology.orchestra.run.smithi044.stdout:68719476750 2023-11-08T02:48:54.480 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:53.206142+0000 mgr.smithi044.dprgyk (mgr.14182) 107 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:54.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:53.206142+0000 mgr.smithi044.dprgyk (mgr.14182) 107 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:54.700 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476747 got 68719476750 for osd.0 2023-11-08T02:48:54.700 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-08T02:48:54.998 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:55.463 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:54.319904+0000 mon.smithi044 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.44:0/2427207269' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T02:48:55.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:54.319904+0000 mon.smithi044 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.44:0/2427207269' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T02:48:56.196 INFO:teuthology.orchestra.run.smithi044.stdout:85899345933 2023-11-08T02:48:56.584 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345933 for osd.1 2023-11-08T02:48:56.585 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-08T02:48:56.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:55.206543+0000 mgr.smithi044.dprgyk (mgr.14182) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:56.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:56.196622+0000 mon.smithi044 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.44:0/573585013' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T02:48:56.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:55.206543+0000 mgr.smithi044.dprgyk (mgr.14182) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:56.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:56.196622+0000 mon.smithi044 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.44:0/573585013' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T02:48:56.887 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:58.111 INFO:teuthology.orchestra.run.smithi044.stdout:85899345933 2023-11-08T02:48:58.501 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345933 for osd.2 2023-11-08T02:48:58.501 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-08T02:48:58.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:57.206891+0000 mgr.smithi044.dprgyk (mgr.14182) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:58.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:48:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:58.112024+0000 mon.smithi044 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.44:0/2925037691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T02:48:58.804 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:48:58.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:57.206891+0000 mgr.smithi044.dprgyk (mgr.14182) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:48:58.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:48:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:58.112024+0000 mon.smithi044 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.44:0/2925037691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T02:48:59.996 INFO:teuthology.orchestra.run.smithi044.stdout:107374182413 2023-11-08T02:49:00.385 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182409 got 107374182413 for osd.3 2023-11-08T02:49:00.386 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-08T02:49:00.686 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:49:00.795 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:48:59.207421+0000 mgr.smithi044.dprgyk (mgr.14182) 110 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:00.795 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:48:59.997687+0000 mon.smithi044 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.44:0/1862578864' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T02:49:00.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:48:59.207421+0000 mgr.smithi044.dprgyk (mgr.14182) 110 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:00.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:48:59.997687+0000 mon.smithi044 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.44:0/1862578864' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T02:49:01.915 INFO:teuthology.orchestra.run.smithi044.stdout:103079215117 2023-11-08T02:49:02.301 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215114 got 103079215117 for osd.4 2023-11-08T02:49:02.301 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-08T02:49:02.604 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:49:02.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:01.207971+0000 mgr.smithi044.dprgyk (mgr.14182) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:02.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:01.916573+0000 mon.smithi044 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.44:0/557272763' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T02:49:02.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:01.207971+0000 mgr.smithi044.dprgyk (mgr.14182) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:02.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:01.916573+0000 mon.smithi044 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.44:0/557272763' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T02:49:03.793 INFO:teuthology.orchestra.run.smithi044.stdout:128849018892 2023-11-08T02:49:04.174 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018889 got 128849018892 for osd.5 2023-11-08T02:49:04.175 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-08T02:49:04.476 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:49:04.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:03.208605+0000 mgr.smithi044.dprgyk (mgr.14182) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:04.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:03.793707+0000 mon.smithi044 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.44:0/1834917157' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T02:49:04.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:03.208605+0000 mgr.smithi044.dprgyk (mgr.14182) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:04.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:03.793707+0000 mon.smithi044 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.44:0/1834917157' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T02:49:05.680 INFO:teuthology.orchestra.run.smithi044.stdout:115964117005 2023-11-08T02:49:06.067 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117002 got 115964117005 for osd.6 2023-11-08T02:49:06.068 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-08T02:49:06.366 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:49:06.812 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:05.209203+0000 mgr.smithi044.dprgyk (mgr.14182) 113 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:06.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:05.681112+0000 mon.smithi044 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.44:0/3490882680' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T02:49:07.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:05.209203+0000 mgr.smithi044.dprgyk (mgr.14182) 113 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:07.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:05.681112+0000 mon.smithi044 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.44:0/3490882680' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T02:49:07.574 INFO:teuthology.orchestra.run.smithi044.stdout:146028888077 2023-11-08T02:49:07.966 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888074 got 146028888077 for osd.7 2023-11-08T02:49:07.966 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-08T02:49:07.967 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T02:49:08.264 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:49:08.728 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:07.209577+0000 mgr.smithi044.dprgyk (mgr.14182) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:08.729 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:07.575236+0000 mon.smithi044 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.44:0/1979901149' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T02:49:09.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:07.209577+0000 mgr.smithi044.dprgyk (mgr.14182) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:09.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:07.575236+0000 mon.smithi044 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.44:0/1979901149' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T02:49:09.413 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:09.414 INFO:teuthology.orchestra.run.smithi044.stderr:dumped all 2023-11-08T02:49:09.814 INFO:teuthology.orchestra.run.smithi044.stdout:{"pg_ready":true,"pg_map":{"version":93,"stamp":"2023-11-08T02:49:09.209752+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":2379544,"kb_used_data":2776,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548904,"statfs":{"total":767926730752,"available":765490077696,"internally_reserved":0,"allocated":2842624,"data_stored":1112397,"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-08T02:48:19.656897+0000","last_change":"2023-11-08T02:48:19.656897+0000","last_active":"2023-11-08T02:48:19.656897+0000","last_peered":"2023-11-08T02:48:19.656897+0000","last_clean":"2023-11-08T02:48:19.656897+0000","last_became_active":"2023-11-08T02:48:19.656583+0000","last_became_peered":"2023-11-08T02:48:19.656583+0000","last_unstale":"2023-11-08T02:48:19.656897+0000","last_undegraded":"2023-11-08T02:48:19.656897+0000","last_fullsized":"2023-11-08T02:48:19.656897+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T02:48:04.072635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T02:48:04.072635+0000","last_clean_scrub_stamp":"2023-11-08T02:48:04.072635+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":146028888078,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52700000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55000000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66500000000000004}]}]},{"osd":5,"up_from":30,"seq":128849018893,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60099999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56499999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61499999999999999}]},{"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.57699999999999996}]}]},{"osd":1,"up_from":20,"seq":85899345936,"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":138865,"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 8 02:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":2.1920000000000002,"5min":2.1920000000000002,"15min":2.1920000000000002},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.53500000000000003}]},{"osd":2,"last update":"Wed Nov 8 02:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":2.1259999999999999,"5min":2.1259999999999999,"15min":2.1259999999999999},"last":0.59199999999999997}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64300000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.621}]},{"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.46800000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476753,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"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 8 02:49:04 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.48299999999999998}]},{"osd":2,"last update":"Wed Nov 8 02:49:04 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"last":0.307}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51400000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36899999999999999}]},{"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.505}]}]},{"osd":2,"up_from":20,"seq":85899345936,"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":138452,"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 8 02:49:03 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.46300000000000002}]},{"osd":1,"last update":"Wed Nov 8 02:49:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.67100000000000004}]},{"osd":3,"last update":"Wed Nov 8 02:49:09 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.54800000000000004}]},{"osd":4,"last update":"Wed Nov 8 02:49:09 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.63600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69799999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69199999999999995}]}]},{"osd":4,"up_from":24,"seq":103079215119,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30499999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42899999999999999}]},{"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.55200000000000005}]}]},{"osd":3,"up_from":25,"seq":107374182415,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57599999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52600000000000002}]}]},{"osd":6,"up_from":27,"seq":115964117006,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46999999999999997}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]},{"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.60999999999999999}]}]}],"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-08T02:49:09.816 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T02:49:10.114 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:49:10.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:09.209935+0000 mgr.smithi044.dprgyk (mgr.14182) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:10.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:09.412015+0000 mgr.smithi044.dprgyk (mgr.14182) 116 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:11.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:09.209935+0000 mgr.smithi044.dprgyk (mgr.14182) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:11.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:09.412015+0000 mgr.smithi044.dprgyk (mgr.14182) 116 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:11.301 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:11.303 INFO:teuthology.orchestra.run.smithi044.stderr:dumped all 2023-11-08T02:49:11.725 INFO:teuthology.orchestra.run.smithi044.stdout:{"pg_ready":true,"pg_map":{"version":94,"stamp":"2023-11-08T02:49:11.210115+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":2379544,"kb_used_data":2776,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548904,"statfs":{"total":767926730752,"available":765490077696,"internally_reserved":0,"allocated":2842624,"data_stored":1112397,"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-08T02:48:19.656897+0000","last_change":"2023-11-08T02:48:19.656897+0000","last_active":"2023-11-08T02:48:19.656897+0000","last_peered":"2023-11-08T02:48:19.656897+0000","last_clean":"2023-11-08T02:48:19.656897+0000","last_became_active":"2023-11-08T02:48:19.656583+0000","last_became_peered":"2023-11-08T02:48:19.656583+0000","last_unstale":"2023-11-08T02:48:19.656897+0000","last_undegraded":"2023-11-08T02:48:19.656897+0000","last_fullsized":"2023-11-08T02:48:19.656897+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T02:48:04.072635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T02:48:04.072635+0000","last_clean_scrub_stamp":"2023-11-08T02:48:04.072635+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":146028888078,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52700000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55000000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66500000000000004}]}]},{"osd":5,"up_from":30,"seq":128849018894,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67300000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65100000000000002}]},{"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.501}]}]},{"osd":1,"up_from":20,"seq":85899345936,"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":138865,"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 8 02:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":2.1920000000000002,"5min":2.1920000000000002,"15min":2.1920000000000002},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.53500000000000003}]},{"osd":2,"last update":"Wed Nov 8 02:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":2.1259999999999999,"5min":2.1259999999999999,"15min":2.1259999999999999},"last":0.59199999999999997}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64300000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.621}]},{"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.46800000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476754,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"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 8 02:49:04 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.49199999999999999}]},{"osd":2,"last update":"Wed Nov 8 02:49:04 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"last":0.55700000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61299999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70599999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66000000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69999999999999996}]}]},{"osd":2,"up_from":20,"seq":85899345936,"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":138452,"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 8 02:49:03 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.46300000000000002}]},{"osd":1,"last update":"Wed Nov 8 02:49:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.67100000000000004}]},{"osd":3,"last update":"Wed Nov 8 02:49:09 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.54800000000000004}]},{"osd":4,"last update":"Wed Nov 8 02:49:09 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.63600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69799999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69199999999999995}]}]},{"osd":4,"up_from":24,"seq":103079215119,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30499999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42899999999999999}]},{"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.55200000000000005}]}]},{"osd":3,"up_from":25,"seq":107374182415,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57599999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52600000000000002}]}]},{"osd":6,"up_from":27,"seq":115964117007,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":139180,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48399999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59499999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71799999999999997}]},{"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.746}]}]}],"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-08T02:49:11.726 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-08T02:49:11.726 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-08T02:49:11.727 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-08T02:49:11.727 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph health --format=json 2023-11-08T02:49:12.029 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/mon.smithi044/config 2023-11-08T02:49:12.823 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:11.210286+0000 mgr.smithi044.dprgyk (mgr.14182) 117 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:12.823 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:11.300109+0000 mgr.smithi044.dprgyk (mgr.14182) 118 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:13.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:11.210286+0000 mgr.smithi044.dprgyk (mgr.14182) 117 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:13.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:11.300109+0000 mgr.smithi044.dprgyk (mgr.14182) 118 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:13.279 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:13.673 INFO:teuthology.orchestra.run.smithi044.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-08T02:49:13.674 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-08T02:49:13.674 INFO:tasks.cephadm:Setup complete, yielding 2023-11-08T02:49:13.675 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:49:13.684 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi044.front.sepia.ceph.com 2023-11-08T02:49:13.685 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-08T02:49:13.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:13.280281+0000 mon.smithi044 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.44:0/3111717816' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T02:49:14.035 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:13.280281+0000 mon.smithi044 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.44:0/3111717816' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T02:49:14.705 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:13.210574+0000 mgr.smithi044.dprgyk (mgr.14182) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:15.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:13.210574+0000 mgr.smithi044.dprgyk (mgr.14182) 119 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:15.086 INFO:teuthology.orchestra.run.smithi044.stdout:Backend: cephadm 2023-11-08T02:49:15.086 INFO:teuthology.orchestra.run.smithi044.stdout:Available: Yes 2023-11-08T02:49:15.086 INFO:teuthology.orchestra.run.smithi044.stdout:Paused: No 2023-11-08T02:49:15.533 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-08T02:49:15.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:15.086633+0000 mgr.smithi044.dprgyk (mgr.14182) 120 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:16.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:15.086633+0000 mgr.smithi044.dprgyk (mgr.14182) 120 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:17.020 INFO:teuthology.orchestra.run.smithi044.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T02:49:17.020 INFO:teuthology.orchestra.run.smithi044.stdout:alertmanager.smithi044 smithi044 *:9093,9094 running (56s) 24s ago 2m 16.9M - 0.23.0 ba2b418f427c 42ee6acaf584 2023-11-08T02:49:17.021 INFO:teuthology.orchestra.run.smithi044.stdout:crash.smithi044 smithi044 running (2m) 24s ago 2m 7285k - 16.2.14-129-gcfb6fd52 450c989a0092 a224a0192b86 2023-11-08T02:49:17.021 INFO:teuthology.orchestra.run.smithi044.stdout:crash.smithi087 smithi087 running (2m) 26s ago 2m 7407k - 16.2.14-129-gcfb6fd52 450c989a0092 0ac994fd22f4 2023-11-08T02:49:17.021 INFO:teuthology.orchestra.run.smithi044.stdout:grafana.smithi044 smithi044 *:3000 running (52s) 24s ago 2m 45.1M - 8.3.5 dad864ee21e9 6d01d72edfa3 2023-11-08T02:49:17.021 INFO:teuthology.orchestra.run.smithi044.stdout:mgr.smithi044.dprgyk smithi044 *:9283 running (3m) 24s ago 3m 447M - 16.2.14-129-gcfb6fd52 450c989a0092 f9cb90b625a8 2023-11-08T02:49:17.021 INFO:teuthology.orchestra.run.smithi044.stdout:mgr.smithi087.ewazkn smithi087 *:8443,9283 running (2m) 26s ago 2m 398M - 16.2.14-129-gcfb6fd52 450c989a0092 3bf766cba24a 2023-11-08T02:49:17.022 INFO:teuthology.orchestra.run.smithi044.stdout:mon.smithi044 smithi044 running (3m) 24s ago 3m 73.9M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 dc727c4caff7 2023-11-08T02:49:17.022 INFO:teuthology.orchestra.run.smithi044.stdout:mon.smithi087 smithi087 running (2m) 26s ago 2m 65.7M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 0c33468968a6 2023-11-08T02:49:17.022 INFO:teuthology.orchestra.run.smithi044.stdout:node-exporter.smithi044 smithi044 *:9100 running (2m) 24s ago 2m 24.7M - 1.3.1 1dbe0e931976 13eb318d482c 2023-11-08T02:49:17.022 INFO:teuthology.orchestra.run.smithi044.stdout:node-exporter.smithi087 smithi087 *:9100 running (107s) 26s ago 106s 20.5M - 1.3.1 1dbe0e931976 2f7c119d7c48 2023-11-08T02:49:17.022 INFO:teuthology.orchestra.run.smithi044.stdout:osd.0 smithi087 running (83s) 26s ago 83s 35.6M 3992M 16.2.14-129-gcfb6fd52 450c989a0092 0ee02b3454a5 2023-11-08T02:49:17.023 INFO:teuthology.orchestra.run.smithi044.stdout:osd.1 smithi044 running (79s) 24s ago 79s 35.3M 3225M 16.2.14-129-gcfb6fd52 450c989a0092 f7dd35f635d0 2023-11-08T02:49:17.023 INFO:teuthology.orchestra.run.smithi044.stdout:osd.2 smithi087 running (79s) 26s ago 79s 35.6M 3992M 16.2.14-129-gcfb6fd52 450c989a0092 1aff70d22c6f 2023-11-08T02:49:17.023 INFO:teuthology.orchestra.run.smithi044.stdout:osd.3 smithi044 running (75s) 24s ago 75s 34.3M 3225M 16.2.14-129-gcfb6fd52 450c989a0092 03cbb0e96cc2 2023-11-08T02:49:17.023 INFO:teuthology.orchestra.run.smithi044.stdout:osd.4 smithi087 running (76s) 26s ago 76s 33.7M 3992M 16.2.14-129-gcfb6fd52 450c989a0092 fb428c723505 2023-11-08T02:49:17.023 INFO:teuthology.orchestra.run.smithi044.stdout:osd.5 smithi044 running (69s) 24s ago 69s 33.5M 3225M 16.2.14-129-gcfb6fd52 450c989a0092 20b8943df4c0 2023-11-08T02:49:17.023 INFO:teuthology.orchestra.run.smithi044.stdout:osd.6 smithi087 running (72s) 26s ago 72s 33.4M 3992M 16.2.14-129-gcfb6fd52 450c989a0092 12761c5d2643 2023-11-08T02:49:17.024 INFO:teuthology.orchestra.run.smithi044.stdout:osd.7 smithi044 running (65s) 24s ago 64s 31.5M 3225M 16.2.14-129-gcfb6fd52 450c989a0092 39fde77a11d4 2023-11-08T02:49:17.024 INFO:teuthology.orchestra.run.smithi044.stdout:prometheus.smithi044 smithi044 *:9095 running (48s) 24s ago 2m 45.5M - 2.33.4 514e6a882f6e 1ae9c86ade3c 2023-11-08T02:49:17.047 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:15.210918+0000 mgr.smithi044.dprgyk (mgr.14182) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:17.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:15.210918+0000 mgr.smithi044.dprgyk (mgr.14182) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:17.449 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-08T02:49:17.785 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:17.012763+0000 mgr.smithi044.dprgyk (mgr.14182) 122 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:18.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:17.012763+0000 mgr.smithi044.dprgyk (mgr.14182) 122 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:18.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:17.211257+0000 mgr.smithi044.dprgyk (mgr.14182) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:18.843 INFO:teuthology.orchestra.run.smithi044.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-08T02:49:18.844 INFO:teuthology.orchestra.run.smithi044.stdout:alertmanager ?:9093,9094 1/1 26s ago 3m count:1 2023-11-08T02:49:18.844 INFO:teuthology.orchestra.run.smithi044.stdout:crash 2/2 28s ago 3m * 2023-11-08T02:49:18.845 INFO:teuthology.orchestra.run.smithi044.stdout:grafana ?:3000 1/1 26s ago 3m count:1 2023-11-08T02:49:18.845 INFO:teuthology.orchestra.run.smithi044.stdout:mgr 2/2 28s ago 3m count:2 2023-11-08T02:49:18.845 INFO:teuthology.orchestra.run.smithi044.stdout:mon 2/2 28s ago 2m smithi044:172.21.15.44=smithi044;smithi087:172.21.15.87=smithi087;count:2 2023-11-08T02:49:18.846 INFO:teuthology.orchestra.run.smithi044.stdout:node-exporter ?:9100 2/2 28s ago 3m * 2023-11-08T02:49:18.846 INFO:teuthology.orchestra.run.smithi044.stdout:osd.all-available-devices 8 28s ago 107s * 2023-11-08T02:49:18.846 INFO:teuthology.orchestra.run.smithi044.stdout:prometheus ?:9095 1/1 26s ago 3m count:1 2023-11-08T02:49:19.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:17.211257+0000 mgr.smithi044.dprgyk (mgr.14182) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:19.223 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-08T02:49:19.885 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:18.840603+0000 mgr.smithi044.dprgyk (mgr.14182) 124 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:20.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:18.840603+0000 mgr.smithi044.dprgyk (mgr.14182) 124 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:20.622 INFO:teuthology.orchestra.run.smithi044.stdout:HOST ADDR LABELS STATUS 2023-11-08T02:49:20.623 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 172.21.15.44 2023-11-08T02:49:20.623 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 172.21.15.87 2023-11-08T02:49:20.623 INFO:teuthology.orchestra.run.smithi044.stdout:2 hosts in cluster 2023-11-08T02:49:20.964 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:19.211695+0000 mgr.smithi044.dprgyk (mgr.14182) 125 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:21.006 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-08T02:49:21.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:19.211695+0000 mgr.smithi044.dprgyk (mgr.14182) 125 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:21.736 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:20.622875+0000 mgr.smithi044.dprgyk (mgr.14182) 126 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:22.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:20.622875+0000 mgr.smithi044.dprgyk (mgr.14182) 126 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T02:49:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5331001K400BGN 372G 42s ago LVM detected, locked 2023-11-08T02:49:22.490 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme1n1 ssd Linux_6edb6ad5af0d4d74302a 89.4G 42s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:22.490 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme2n1 ssd Linux_763596a3cf8a62bcd4f6 89.4G 42s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:22.490 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme3n1 ssd Linux_adda430483329591f769 89.4G 42s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:22.490 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme4n1 ssd Linux_c685a907218babbcb49f 89.4G 42s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:22.491 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400NQ400BGN 372G 47s ago LVM detected, locked 2023-11-08T02:49:22.491 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme1n1 ssd Linux_efeb504e6b1d9d08ac0b 89.4G 47s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:22.491 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme2n1 ssd Linux_348a34697ae6627ef130 89.4G 47s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:22.491 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme3n1 ssd Linux_1a05caf14167cde4cf6c 89.4G 47s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:22.491 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme4n1 ssd Linux_ff09acdb927a898aad67 89.4G 47s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:22.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:21.212034+0000 mgr.smithi044.dprgyk (mgr.14182) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:22.881 INFO:teuthology.run_tasks:Running task vip... 2023-11-08T02:49:22.891 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-08T02:49:22.891 INFO:tasks.vip:peername 172.21.15.44 2023-11-08T02:49:22.895 INFO:tasks.vip:172.21.15.44 in 172.21.0.0/20, pos 3883 2023-11-08T02:49:22.899 INFO:tasks.vip:smithi044.front.sepia.ceph.com static 10.0.15.44, vnet 10.0.0.0/16 2023-11-08T02:49:22.900 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-08T02:49:22.900 DEBUG:teuthology.orchestra.run.smithi044:> sudo ip route ls 2023-11-08T02:49:22.938 INFO:teuthology.orchestra.run.smithi044.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.44 metric 100 2023-11-08T02:49:22.939 INFO:teuthology.orchestra.run.smithi044.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.44 metric 100 2023-11-08T02:49:22.940 INFO:tasks.vip:Configuring 10.0.15.44 on smithi044.front.sepia.ceph.com iface ens1f0... 2023-11-08T02:49:22.940 DEBUG:teuthology.orchestra.run.smithi044:> sudo ip addr add 10.0.15.44/16 dev ens1f0 2023-11-08T02:49:23.017 INFO:tasks.vip:peername 172.21.15.87 2023-11-08T02:49:23.020 INFO:tasks.vip:172.21.15.87 in 172.21.0.0/20, pos 3926 2023-11-08T02:49:23.026 INFO:tasks.vip:smithi087.front.sepia.ceph.com static 10.0.15.87, vnet 10.0.0.0/16 2023-11-08T02:49:23.026 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip route ls 2023-11-08T02:49:23.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:21.212034+0000 mgr.smithi044.dprgyk (mgr.14182) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:23.066 INFO:teuthology.orchestra.run.smithi087.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2023-11-08T02:49:23.066 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-08T02:49:23.067 INFO:tasks.vip:Configuring 10.0.15.87 on smithi087.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T02:49:23.067 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr add 10.0.15.87/16 dev enp3s0f1 2023-11-08T02:49:23.138 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:49:23.148 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi044.front.sepia.ceph.com 2023-11-08T02:49:23.149 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-08T02:49:23.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:22.488601+0000 mgr.smithi044.dprgyk (mgr.14182) 128 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:23.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:22.488601+0000 mgr.smithi044.dprgyk (mgr.14182) 128 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:24.646 INFO:teuthology.orchestra.run.smithi044.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T02:49:24.646 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5331001K400BGN 372G 45s ago LVM detected, locked 2023-11-08T02:49:24.647 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme1n1 ssd Linux_6edb6ad5af0d4d74302a 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:24.647 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme2n1 ssd Linux_763596a3cf8a62bcd4f6 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:24.647 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme3n1 ssd Linux_adda430483329591f769 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:24.647 INFO:teuthology.orchestra.run.smithi044.stdout:smithi044 /dev/nvme4n1 ssd Linux_c685a907218babbcb49f 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:24.647 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400NQ400BGN 372G 49s ago LVM detected, locked 2023-11-08T02:49:24.648 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme1n1 ssd Linux_efeb504e6b1d9d08ac0b 89.4G 49s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:24.648 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme2n1 ssd Linux_348a34697ae6627ef130 89.4G 49s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:24.648 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme3n1 ssd Linux_1a05caf14167cde4cf6c 89.4G 49s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:24.648 INFO:teuthology.orchestra.run.smithi044.stdout:smithi087 /dev/nvme4n1 ssd Linux_ff09acdb927a898aad67 89.4G 49s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:49:24.885 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:23.212317+0000 mgr.smithi044.dprgyk (mgr.14182) 129 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:25.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:23.212317+0000 mgr.smithi044.dprgyk (mgr.14182) 129 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:25.078 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T02:49:25.087 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi044.front.sepia.ceph.com 2023-11-08T02:49:25.087 DEBUG:teuthology.orchestra.run.smithi044:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T02:49:25.125 INFO:teuthology.orchestra.run.smithi044.stderr:+ systemctl stop nfs-server 2023-11-08T02:49:25.134 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi087.front.sepia.ceph.com 2023-11-08T02:49:25.134 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T02:49:25.161 INFO:teuthology.orchestra.run.smithi087.stderr:+ systemctl stop nfs-server 2023-11-08T02:49:25.168 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:49:25.177 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi044.front.sepia.ceph.com 2023-11-08T02:49:25.178 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-08T02:49:25.925 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:24.644682+0000 mgr.smithi044.dprgyk (mgr.14182) 130 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:25.926 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:24.682550+0000 mon.smithi044 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:49:26.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:24.644682+0000 mgr.smithi044.dprgyk (mgr.14182) 130 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:26.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:24.682550+0000 mon.smithi044 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:49:27.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:25.212710+0000 mgr.smithi044.dprgyk (mgr.14182) 131 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:27.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:25.898900+0000 mon.smithi044 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:27.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:25.212710+0000 mgr.smithi044.dprgyk (mgr.14182) 131 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:27.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:25.898900+0000 mon.smithi044 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:28.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:27.047913+0000 mgr.smithi044.dprgyk (mgr.14182) 132 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:28.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:27.048476+0000 mon.smithi044 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-08T02:49:28.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:27.047913+0000 mgr.smithi044.dprgyk (mgr.14182) 132 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:28.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:27.048476+0000 mon.smithi044 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-08T02:49:29.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:27.213205+0000 mgr.smithi044.dprgyk (mgr.14182) 133 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:29.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:27.905734+0000 mon.smithi044 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-08T02:49:29.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:27.905812+0000 mon.smithi044 (mon.0) 581 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-08T02:49:29.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:27.912936+0000 mon.smithi044 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-08T02:49:29.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:28.384082+0000 mon.smithi044 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:29.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:28.389861+0000 mon.smithi044 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:29.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T02:49:28.914+0000 7f95367b0700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T02:49:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:27.213205+0000 mgr.smithi044.dprgyk (mgr.14182) 133 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:27.905734+0000 mon.smithi044 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-08T02:49:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:27.905812+0000 mon.smithi044 (mon.0) 581 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-08T02:49:29.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:27.912936+0000 mon.smithi044 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-08T02:49:29.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:28.384082+0000 mon.smithi044 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:29.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:28.389861+0000 mon.smithi044 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:29.539 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.44/16 --port 2999' 2023-11-08T02:49:30.211 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:28.910964+0000 mon.smithi044 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-08T02:49:30.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:28.911095+0000 mon.smithi044 (mon.0) 586 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-08T02:49:30.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:28.914316+0000 mon.smithi044 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-08T02:49:30.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:28.915250+0000 mon.smithi044 (mon.0) 588 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T02:49:30.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:28.915286+0000 mon.smithi044 (mon.0) 589 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-08T02:49:30.213 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:28.928191+0000 mon.smithi044 (mon.0) 590 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-08T02:49:30.213 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:28.928465+0000 mon.smithi044 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-08T02:49:30.213 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:28.928567+0000 mon.smithi044 (mon.0) 592 : cluster [DBG] fsmap foofs:0 2023-11-08T02:49:30.213 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:28.934147+0000 mgr.smithi044.dprgyk (mgr.14182) 134 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-08T02:49:30.213 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:28.939242+0000 mon.smithi044 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:30.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:28.910964+0000 mon.smithi044 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-08T02:49:30.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:28.911095+0000 mon.smithi044 (mon.0) 586 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-08T02:49:30.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:28.914316+0000 mon.smithi044 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-08T02:49:30.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:28.915250+0000 mon.smithi044 (mon.0) 588 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T02:49:30.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:28.915286+0000 mon.smithi044 (mon.0) 589 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-08T02:49:30.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:28.928191+0000 mon.smithi044 (mon.0) 590 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-08T02:49:30.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:28.928465+0000 mon.smithi044 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-08T02:49:30.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:28.928567+0000 mon.smithi044 (mon.0) 592 : cluster [DBG] fsmap foofs:0 2023-11-08T02:49:30.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:28.934147+0000 mgr.smithi044.dprgyk (mgr.14182) 134 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-08T02:49:30.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:28.939242+0000 mon.smithi044 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:31.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:29.213608+0000 mgr.smithi044.dprgyk (mgr.14182) 135 : cluster [DBG] pgmap v106: 65 pgs: 15 creating+peering, 43 unknown, 7 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:31.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:29.927098+0000 mon.smithi044 (mon.0) 594 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T02:49:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:29.213608+0000 mgr.smithi044.dprgyk (mgr.14182) 135 : cluster [DBG] pgmap v106: 65 pgs: 15 creating+peering, 43 unknown, 7 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:29.927098+0000 mon.smithi044 (mon.0) 594 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T02:49:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:30.934442+0000 mon.smithi044 (mon.0) 595 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T02:49:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.193770+0000 mgr.smithi044.dprgyk (mgr.14182) 136 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.44/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.195230+0000 mon.smithi044 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T02:49:32.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.666245+0000 mon.smithi044 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:32.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.667262+0000 mon.smithi044 (mon.0) 598 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:32.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.668033+0000 mon.smithi044 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:49:32.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.674482+0000 mon.smithi044 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:32.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.678413+0000 mon.smithi044 (mon.0) 601 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:49:32.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.688222+0000 mon.smithi044 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:32.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.688983+0000 mon.smithi044 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.stzaii", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T02:49:32.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.693970+0000 mon.smithi044 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.stzaii", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T02:49:32.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.694614+0000 mon.smithi044 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:32.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:30.934442+0000 mon.smithi044 (mon.0) 595 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T02:49:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.193770+0000 mgr.smithi044.dprgyk (mgr.14182) 136 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.44/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.195230+0000 mon.smithi044 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T02:49:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.666245+0000 mon.smithi044 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.667262+0000 mon.smithi044 (mon.0) 598 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:32.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.668033+0000 mon.smithi044 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:49:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.674482+0000 mon.smithi044 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.678413+0000 mon.smithi044 (mon.0) 601 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:49:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.688222+0000 mon.smithi044 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:32.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.688983+0000 mon.smithi044 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.stzaii", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T02:49:32.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.693970+0000 mon.smithi044 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.stzaii", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T02:49:32.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.694614+0000 mon.smithi044 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:32.984 INFO:teuthology.orchestra.run.smithi044.stdout:NFS Cluster Created Successfully 2023-11-08T02:49:33.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:31.214014+0000 mgr.smithi044.dprgyk (mgr.14182) 137 : cluster [DBG] pgmap v109: 65 pgs: 21 creating+peering, 16 unknown, 28 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:33.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:31.695214+0000 mgr.smithi044.dprgyk (mgr.14182) 138 : cephadm [INF] Deploying daemon mds.foofs.smithi087.stzaii on smithi087 2023-11-08T02:49:33.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.945880+0000 mon.smithi044 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T02:49:33.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:31.945962+0000 mon.smithi044 (mon.0) 607 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T02:49:33.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:31.947663+0000 mon.smithi044 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T02:49:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:31.214014+0000 mgr.smithi044.dprgyk (mgr.14182) 137 : cluster [DBG] pgmap v109: 65 pgs: 21 creating+peering, 16 unknown, 28 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:31.695214+0000 mgr.smithi044.dprgyk (mgr.14182) 138 : cephadm [INF] Deploying daemon mds.foofs.smithi087.stzaii on smithi087 2023-11-08T02:49:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.945880+0000 mon.smithi044 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T02:49:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:31.945962+0000 mon.smithi044 (mon.0) 607 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T02:49:33.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:31.947663+0000 mon.smithi044 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T02:49:33.369 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-08T02:49:34.250 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:32.947742+0000 mon.smithi044 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T02:49:34.251 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:32.947982+0000 mon.smithi044 (mon.0) 610 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T02:49:34.251 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:32.975779+0000 mgr.smithi044.dprgyk (mgr.14182) 139 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-08T02:49:34.251 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:32.979492+0000 mon.smithi044 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:34.251 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:32.980822+0000 mgr.smithi044.dprgyk (mgr.14182) 140 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-08T02:49:34.251 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:32.983769+0000 mon.smithi044 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:34.252 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:33.234667+0000 mon.smithi044 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:34.252 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:33.236008+0000 mon.smithi044 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi044.nzsyhr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T02:49:34.252 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:33.239236+0000 mon.smithi044 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi044.nzsyhr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T02:49:34.252 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:33.240075+0000 mon.smithi044 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:32.947742+0000 mon.smithi044 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T02:49:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:32.947982+0000 mon.smithi044 (mon.0) 610 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T02:49:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:32.975779+0000 mgr.smithi044.dprgyk (mgr.14182) 139 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-08T02:49:34.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:32.979492+0000 mon.smithi044 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:34.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:32.980822+0000 mgr.smithi044.dprgyk (mgr.14182) 140 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-08T02:49:34.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:32.983769+0000 mon.smithi044 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:34.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:33.234667+0000 mon.smithi044 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:34.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:33.236008+0000 mon.smithi044 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi044.nzsyhr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T02:49:34.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:33.239236+0000 mon.smithi044 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi044.nzsyhr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T02:49:34.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:33.240075+0000 mon.smithi044 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:35.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.214536+0000 mgr.smithi044.dprgyk (mgr.14182) 141 : cluster [DBG] pgmap v112: 97 pgs: 17 creating+peering, 26 unknown, 54 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:35.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:33.240862+0000 mgr.smithi044.dprgyk (mgr.14182) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi044.nzsyhr on smithi044 2023-11-08T02:49:35.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.966695+0000 mon.smithi044 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T02:49:35.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.986808+0000 mon.smithi044 (mon.0) 618 : cluster [DBG] mds.? [v2:172.21.15.87:6832/3902695810,v1:172.21.15.87:6833/3902695810] up:boot 2023-11-08T02:49:35.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.986867+0000 mon.smithi044 (mon.0) 619 : cluster [INF] daemon mds.foofs.smithi087.stzaii assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-08T02:49:35.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.986935+0000 mon.smithi044 (mon.0) 620 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-08T02:49:35.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.986963+0000 mon.smithi044 (mon.0) 621 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-08T02:49:35.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.986982+0000 mon.smithi044 (mon.0) 622 : cluster [INF] Cluster is now healthy 2023-11-08T02:49:35.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.987172+0000 mon.smithi044 (mon.0) 623 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-08T02:49:35.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:33.987296+0000 mon.smithi044 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi087.stzaii"}]: dispatch 2023-11-08T02:49:35.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:33.989473+0000 mon.smithi044 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi087.stzaii=up:creating} 2023-11-08T02:49:35.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:34.006211+0000 mon.smithi044 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi087.stzaii is now active in filesystem foofs as rank 0 2023-11-08T02:49:35.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:34.245687+0000 mon.smithi044 (mon.0) 627 : cluster [DBG] mgrmap e19: smithi044.dprgyk(active, since 2m), standbys: smithi087.ewazkn 2023-11-08T02:49:35.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.214536+0000 mgr.smithi044.dprgyk (mgr.14182) 141 : cluster [DBG] pgmap v112: 97 pgs: 17 creating+peering, 26 unknown, 54 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:35.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:33.240862+0000 mgr.smithi044.dprgyk (mgr.14182) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi044.nzsyhr on smithi044 2023-11-08T02:49:35.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.966695+0000 mon.smithi044 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T02:49:35.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.986808+0000 mon.smithi044 (mon.0) 618 : cluster [DBG] mds.? [v2:172.21.15.87:6832/3902695810,v1:172.21.15.87:6833/3902695810] up:boot 2023-11-08T02:49:35.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.986867+0000 mon.smithi044 (mon.0) 619 : cluster [INF] daemon mds.foofs.smithi087.stzaii assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-08T02:49:35.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.986935+0000 mon.smithi044 (mon.0) 620 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-08T02:49:35.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.986963+0000 mon.smithi044 (mon.0) 621 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-08T02:49:35.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.986982+0000 mon.smithi044 (mon.0) 622 : cluster [INF] Cluster is now healthy 2023-11-08T02:49:35.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.987172+0000 mon.smithi044 (mon.0) 623 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-08T02:49:35.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:33.987296+0000 mon.smithi044 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi087.stzaii"}]: dispatch 2023-11-08T02:49:35.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:33.989473+0000 mon.smithi044 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi087.stzaii=up:creating} 2023-11-08T02:49:35.317 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:34.006211+0000 mon.smithi044 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi087.stzaii is now active in filesystem foofs as rank 0 2023-11-08T02:49:35.317 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:34.245687+0000 mon.smithi044 (mon.0) 627 : cluster [DBG] mgrmap e19: smithi044.dprgyk(active, since 2m), standbys: smithi087.ewazkn 2023-11-08T02:49:35.341 INFO:teuthology.orchestra.run.smithi044.stdout:{ 2023-11-08T02:49:35.341 INFO:teuthology.orchestra.run.smithi044.stdout: "bind": "/fake", 2023-11-08T02:49:35.341 INFO:teuthology.orchestra.run.smithi044.stdout: "fs": "foofs", 2023-11-08T02:49:35.341 INFO:teuthology.orchestra.run.smithi044.stdout: "path": "/", 2023-11-08T02:49:35.342 INFO:teuthology.orchestra.run.smithi044.stdout: "cluster": "foo", 2023-11-08T02:49:35.342 INFO:teuthology.orchestra.run.smithi044.stdout: "mode": "RW" 2023-11-08T02:49:35.342 INFO:teuthology.orchestra.run.smithi044.stdout:} 2023-11-08T02:49:35.682 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T02:49:35.692 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-08T02:49:35.692 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:36.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:34.991027+0000 mon.smithi044 (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.87:6832/3902695810,v1:172.21.15.87:6833/3902695810] up:active 2023-11-08T02:49:36.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:34.991098+0000 mon.smithi044 (mon.0) 629 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi087.stzaii=up:active} 2023-11-08T02:49:36.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:35.333689+0000 mon.smithi044 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:49:36.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:35.337217+0000 mon.smithi044 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:49:36.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:35.554839+0000 mon.smithi044 (mon.0) 632 : cluster [DBG] mds.? [v2:172.21.15.44:6834/378448344,v1:172.21.15.44:6835/378448344] up:boot 2023-11-08T02:49:36.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:35.554889+0000 mon.smithi044 (mon.0) 633 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi087.stzaii=up:active} 1 up:standby 2023-11-08T02:49:36.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:35.555207+0000 mon.smithi044 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi044.nzsyhr"}]: dispatch 2023-11-08T02:49:36.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:35.792436+0000 mon.smithi044 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:36.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:35.793885+0000 mon.smithi044 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:49:36.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:34.991027+0000 mon.smithi044 (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.87:6832/3902695810,v1:172.21.15.87:6833/3902695810] up:active 2023-11-08T02:49:36.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:34.991098+0000 mon.smithi044 (mon.0) 629 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi087.stzaii=up:active} 2023-11-08T02:49:36.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:35.333689+0000 mon.smithi044 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:49:36.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:35.337217+0000 mon.smithi044 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:49:36.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:35.554839+0000 mon.smithi044 (mon.0) 632 : cluster [DBG] mds.? [v2:172.21.15.44:6834/378448344,v1:172.21.15.44:6835/378448344] up:boot 2023-11-08T02:49:36.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:35.554889+0000 mon.smithi044 (mon.0) 633 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi087.stzaii=up:active} 1 up:standby 2023-11-08T02:49:36.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:35.555207+0000 mon.smithi044 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi044.nzsyhr"}]: dispatch 2023-11-08T02:49:36.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:35.792436+0000 mon.smithi044 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:36.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:35.793885+0000 mon.smithi044 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:49:37.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:35.215006+0000 mgr.smithi044.dprgyk (mgr.14182) 143 : cluster [DBG] pgmap v114: 97 pgs: 3 creating+peering, 4 unknown, 90 active+clean; 126 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:37.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:35.301874+0000 mgr.smithi044.dprgyk (mgr.14182) 144 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:37.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:36.566082+0000 mon.smithi044 (mon.0) 637 : cluster [DBG] mgrmap e20: smithi044.dprgyk(active, since 2m), standbys: smithi087.ewazkn 2023-11-08T02:49:37.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:35.215006+0000 mgr.smithi044.dprgyk (mgr.14182) 143 : cluster [DBG] pgmap v114: 97 pgs: 3 creating+peering, 4 unknown, 90 active+clean; 126 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:49:37.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:35.301874+0000 mgr.smithi044.dprgyk (mgr.14182) 144 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:49:37.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:36.566082+0000 mon.smithi044 (mon.0) 637 : cluster [DBG] mgrmap e20: smithi044.dprgyk(active, since 2m), standbys: smithi087.ewazkn 2023-11-08T02:49:37.510 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:37.510 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:28.195526Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:28.195601Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:28.195673Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:28.195444Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:28.195282Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:28.195744Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:28.195885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:28.195814Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:38.079 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:49:38.261 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:37.077868+0000 mon.smithi044 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:38.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:37.077868+0000 mon.smithi044 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:39.080 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:39.493 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:37.215415+0000 mgr.smithi044.dprgyk (mgr.14182) 145 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s wr, 3 op/s 2023-11-08T02:49:39.493 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:37.507046+0000 mgr.smithi044.dprgyk (mgr.14182) 146 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:39.493 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:38.392530+0000 mon.smithi044 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:39.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:37.215415+0000 mgr.smithi044.dprgyk (mgr.14182) 145 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s wr, 3 op/s 2023-11-08T02:49:39.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:37.507046+0000 mgr.smithi044.dprgyk (mgr.14182) 146 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:39.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:38.392530+0000 mon.smithi044 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:40.679 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:40.679 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:40.794 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:39.216098+0000 mgr.smithi044.dprgyk (mgr.14182) 147 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s wr, 6 op/s 2023-11-08T02:49:40.795 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.553613+0000 mon.smithi044 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:40.795 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.554568+0000 mon.smithi044 (mon.0) 641 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:40.795 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.555324+0000 mon.smithi044 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:49:40.795 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.561476+0000 mon.smithi044 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:40.796 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.565418+0000 mon.smithi044 (mon.0) 644 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:49:40.796 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.574550+0000 mon.smithi044 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:40.796 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:39.592392+0000 mgr.smithi044.dprgyk (mgr.14182) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi044.invxne 2023-11-08T02:49:40.796 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.592743+0000 mon.smithi044 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi044.invxne", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T02:49:40.797 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.599202+0000 mon.smithi044 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi044.invxne", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T02:49:40.797 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:39.599847+0000 mgr.smithi044.dprgyk (mgr.14182) 149 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T02:49:40.797 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.600099+0000 mon.smithi044 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:49:40.797 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.606089+0000 mon.smithi044 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:49:40.797 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.607672+0000 mon.smithi044 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:40.798 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.649958+0000 mon.smithi044 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T02:49:40.798 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.653675+0000 mon.smithi044 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T02:49:40.798 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:39.701892+0000 mgr.smithi044.dprgyk (mgr.14182) 150 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-08T02:49:40.798 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:39.702049+0000 mgr.smithi044.dprgyk (mgr.14182) 151 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi044.invxne-rgw 2023-11-08T02:49:40.798 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.702439+0000 mon.smithi044 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi044.invxne-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T02:49:40.799 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.708162+0000 mon.smithi044 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi044.invxne-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T02:49:40.799 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:39.712219+0000 mon.smithi044 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:40.799 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:39.713080+0000 mgr.smithi044.dprgyk (mgr.14182) 152 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi044.invxne on smithi044 2023-11-08T02:49:40.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:39.216098+0000 mgr.smithi044.dprgyk (mgr.14182) 147 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s wr, 6 op/s 2023-11-08T02:49:40.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.553613+0000 mon.smithi044 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:40.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.554568+0000 mon.smithi044 (mon.0) 641 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:40.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.555324+0000 mon.smithi044 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:49:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.561476+0000 mon.smithi044 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.565418+0000 mon.smithi044 (mon.0) 644 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:49:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.574550+0000 mon.smithi044 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:39.592392+0000 mgr.smithi044.dprgyk (mgr.14182) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi044.invxne 2023-11-08T02:49:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.592743+0000 mon.smithi044 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi044.invxne", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T02:49:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.599202+0000 mon.smithi044 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi044.invxne", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T02:49:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:39.599847+0000 mgr.smithi044.dprgyk (mgr.14182) 149 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T02:49:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.600099+0000 mon.smithi044 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:49:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.606089+0000 mon.smithi044 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 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-08T02:49:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.607672+0000 mon.smithi044 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.649958+0000 mon.smithi044 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T02:49:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.653675+0000 mon.smithi044 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T02:49:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:39.701892+0000 mgr.smithi044.dprgyk (mgr.14182) 150 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-08T02:49:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:39.702049+0000 mgr.smithi044.dprgyk (mgr.14182) 151 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi044.invxne-rgw 2023-11-08T02:49:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.702439+0000 mon.smithi044 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi044.invxne-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T02:49:40.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.708162+0000 mon.smithi044 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi044.invxne-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T02:49:40.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:39.712219+0000 mon.smithi044 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:40.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:39.713080+0000 mgr.smithi044.dprgyk (mgr.14182) 152 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi044.invxne on smithi044 2023-11-08T02:49:41.135 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:49:41.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:40.675739+0000 mgr.smithi044.dprgyk (mgr.14182) 153 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:40.675739+0000 mgr.smithi044.dprgyk (mgr.14182) 153 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:42.136 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:43.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:41.216594+0000 mgr.smithi044.dprgyk (mgr.14182) 154 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 5 op/s 2023-11-08T02:49:43.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:41.800358+0000 mon.smithi044 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:43.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:41.806289+0000 mon.smithi044 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:43.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:49:41.813995+0000 mgr.smithi044.dprgyk (mgr.14182) 155 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.ouyabo on smithi087 2023-11-08T02:49:43.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:41.216594+0000 mgr.smithi044.dprgyk (mgr.14182) 154 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 5 op/s 2023-11-08T02:49:43.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:41.800358+0000 mon.smithi044 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:43.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:41.806289+0000 mon.smithi044 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:43.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:49:41.813995+0000 mgr.smithi044.dprgyk (mgr.14182) 155 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.ouyabo on smithi087 2023-11-08T02:49:43.550 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:43.595 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:43.936 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:49:44.751 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:43.217092+0000 mgr.smithi044.dprgyk (mgr.14182) 156 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 383 B/s rd, 1.2 KiB/s wr, 4 op/s 2023-11-08T02:49:44.752 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:43.398768+0000 mon.smithi044 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:44.752 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:43.546554+0000 mgr.smithi044.dprgyk (mgr.14182) 157 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:44.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:43.217092+0000 mgr.smithi044.dprgyk (mgr.14182) 156 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 383 B/s rd, 1.2 KiB/s wr, 4 op/s 2023-11-08T02:49:44.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:43.398768+0000 mon.smithi044 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:49:44.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:43.546554+0000 mgr.smithi044.dprgyk (mgr.14182) 157 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:44.937 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:46.332 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:46.332 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:46.652 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:45.217756+0000 mgr.smithi044.dprgyk (mgr.14182) 158 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 1023 B/s wr, 3 op/s 2023-11-08T02:49:46.702 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:49:47.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:45.217756+0000 mgr.smithi044.dprgyk (mgr.14182) 158 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 1023 B/s wr, 3 op/s 2023-11-08T02:49:47.703 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:47.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:46.328541+0000 mgr.smithi044.dprgyk (mgr.14182) 159 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:48.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:46.328541+0000 mgr.smithi044.dprgyk (mgr.14182) 159 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:48.685 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:47.218333+0000 mgr.smithi044.dprgyk (mgr.14182) 160 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-08T02:49:49.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:47.218333+0000 mgr.smithi044.dprgyk (mgr.14182) 160 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-08T02:49:49.082 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:49.083 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:49.519 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:49:49.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:49.079024+0000 mgr.smithi044.dprgyk (mgr.14182) 161 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:50.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:49.079024+0000 mgr.smithi044.dprgyk (mgr.14182) 161 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:50.520 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:50.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:49.218921+0000 mgr.smithi044.dprgyk (mgr.14182) 162 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-11-08T02:49:51.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:49.218921+0000 mgr.smithi044.dprgyk (mgr.14182) 162 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-11-08T02:49:51.948 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:51.949 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:52.389 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:49:52.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:51.219422+0000 mgr.smithi044.dprgyk (mgr.14182) 163 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2023-11-08T02:49:52.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:51.945050+0000 mgr.smithi044.dprgyk (mgr.14182) 164 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:53.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:51.219422+0000 mgr.smithi044.dprgyk (mgr.14182) 163 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2023-11-08T02:49:53.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:51.945050+0000 mgr.smithi044.dprgyk (mgr.14182) 164 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:53.390 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:54.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:53.220025+0000 mgr.smithi044.dprgyk (mgr.14182) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-11-08T02:49:54.836 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:54.837 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:55.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:53.220025+0000 mgr.smithi044.dprgyk (mgr.14182) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-11-08T02:49:55.260 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:49:56.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:54.834002+0000 mgr.smithi044.dprgyk (mgr.14182) 166 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:56.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:54.834002+0000 mgr.smithi044.dprgyk (mgr.14182) 166 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:56.261 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:56.864 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:55.220570+0000 mgr.smithi044.dprgyk (mgr.14182) 167 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-11-08T02:49:57.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:55.220570+0000 mgr.smithi044.dprgyk (mgr.14182) 167 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-11-08T02:49:57.791 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:49:57.792 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:58.192 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:49:59.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:57.221122+0000 mgr.smithi044.dprgyk (mgr.14182) 168 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-11-08T02:49:59.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:49:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:49:57.788702+0000 mgr.smithi044.dprgyk (mgr.14182) 169 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:59.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:57.221122+0000 mgr.smithi044.dprgyk (mgr.14182) 168 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-11-08T02:49:59.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:49:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:49:57.788702+0000 mgr.smithi044.dprgyk (mgr.14182) 169 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:59.193 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:00.667 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:00.667 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:01.001 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:49:59.221607+0000 mgr.smithi044.dprgyk (mgr.14182) 170 : cluster [DBG] pgmap v126: 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-08T02:50:01.001 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:00.000115+0000 mon.smithi044 (mon.0) 659 : cluster [INF] overall HEALTH_OK 2023-11-08T02:50:01.051 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:01.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:49:59.221607+0000 mgr.smithi044.dprgyk (mgr.14182) 170 : cluster [DBG] pgmap v126: 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-08T02:50:01.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:00.000115+0000 mon.smithi044 (mon.0) 659 : cluster [INF] overall HEALTH_OK 2023-11-08T02:50:01.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:00.663539+0000 mgr.smithi044.dprgyk (mgr.14182) 171 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:02.052 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:02.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:00.663539+0000 mgr.smithi044.dprgyk (mgr.14182) 171 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:02.772 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:01.222290+0000 mgr.smithi044.dprgyk (mgr.14182) 172 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:03.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:01.222290+0000 mgr.smithi044.dprgyk (mgr.14182) 172 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:03.519 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:03.520 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:03.900 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:04.901 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:04.936 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:03.222795+0000 mgr.smithi044.dprgyk (mgr.14182) 173 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:04.936 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:03.516201+0000 mgr.smithi044.dprgyk (mgr.14182) 174 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:05.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:03.222795+0000 mgr.smithi044.dprgyk (mgr.14182) 173 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:05.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:03.516201+0000 mgr.smithi044.dprgyk (mgr.14182) 174 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:06.346 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:06.346 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:06.666 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:05.223520+0000 mgr.smithi044.dprgyk (mgr.14182) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:06.716 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:07.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:05.223520+0000 mgr.smithi044.dprgyk (mgr.14182) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:07.718 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:08.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:06.342941+0000 mgr.smithi044.dprgyk (mgr.14182) 176 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:08.061 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:06.342941+0000 mgr.smithi044.dprgyk (mgr.14182) 176 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:08.722 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:07.224164+0000 mgr.smithi044.dprgyk (mgr.14182) 177 : cluster [DBG] pgmap v130: 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-08T02:50:09.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:07.224164+0000 mgr.smithi044.dprgyk (mgr.14182) 177 : cluster [DBG] pgmap v130: 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-08T02:50:09.135 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:09.136 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:09.533 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:09.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:09.132467+0000 mgr.smithi044.dprgyk (mgr.14182) 178 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:10.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:09.132467+0000 mgr.smithi044.dprgyk (mgr.14182) 178 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:10.534 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:10.904 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:09.224794+0000 mgr.smithi044.dprgyk (mgr.14182) 179 : cluster [DBG] pgmap v131: 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-08T02:50:11.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:09.224794+0000 mgr.smithi044.dprgyk (mgr.14182) 179 : cluster [DBG] pgmap v131: 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-08T02:50:11.952 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:11.952 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:12.359 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:13.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:11.225318+0000 mgr.smithi044.dprgyk (mgr.14182) 180 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:13.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:11.948591+0000 mgr.smithi044.dprgyk (mgr.14182) 181 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:13.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:11.225318+0000 mgr.smithi044.dprgyk (mgr.14182) 180 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:13.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:11.948591+0000 mgr.smithi044.dprgyk (mgr.14182) 181 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:13.360 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:14.776 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:14.777 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:14.802 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:13.226153+0000 mgr.smithi044.dprgyk (mgr.14182) 182 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:15.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:13.226153+0000 mgr.smithi044.dprgyk (mgr.14182) 182 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:15.181 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:16.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:14.773273+0000 mgr.smithi044.dprgyk (mgr.14182) 183 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:16.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:14.773273+0000 mgr.smithi044.dprgyk (mgr.14182) 183 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:16.182 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:16.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:15.226766+0000 mgr.smithi044.dprgyk (mgr.14182) 184 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:17.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:15.226766+0000 mgr.smithi044.dprgyk (mgr.14182) 184 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:17.683 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:17.684 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:18.066 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:19.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:17.227299+0000 mgr.smithi044.dprgyk (mgr.14182) 185 : cluster [DBG] pgmap v135: 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-08T02:50:19.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:17.680572+0000 mgr.smithi044.dprgyk (mgr.14182) 186 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:19.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:17.227299+0000 mgr.smithi044.dprgyk (mgr.14182) 185 : cluster [DBG] pgmap v135: 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-08T02:50:19.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:17.680572+0000 mgr.smithi044.dprgyk (mgr.14182) 186 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:19.067 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:20.558 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:20.558 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:20.881 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:19.227734+0000 mgr.smithi044.dprgyk (mgr.14182) 187 : cluster [DBG] pgmap v136: 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-08T02:50:20.948 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:21.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:19.227734+0000 mgr.smithi044.dprgyk (mgr.14182) 187 : cluster [DBG] pgmap v136: 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-08T02:50:21.950 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:21.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:20.554639+0000 mgr.smithi044.dprgyk (mgr.14182) 188 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:22.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:20.554639+0000 mgr.smithi044.dprgyk (mgr.14182) 188 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:22.921 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:21.228461+0000 mgr.smithi044.dprgyk (mgr.14182) 189 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:23.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:21.228461+0000 mgr.smithi044.dprgyk (mgr.14182) 189 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:23.316 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:23.316 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:23.706 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:24.707 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:25.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:23.228940+0000 mgr.smithi044.dprgyk (mgr.14182) 190 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:25.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:23.312743+0000 mgr.smithi044.dprgyk (mgr.14182) 191 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:25.060 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:23.228940+0000 mgr.smithi044.dprgyk (mgr.14182) 190 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:25.060 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:23.312743+0000 mgr.smithi044.dprgyk (mgr.14182) 191 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:26.221 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:26.221 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:26.606 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:26.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:25.229518+0000 mgr.smithi044.dprgyk (mgr.14182) 192 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:27.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:25.229518+0000 mgr.smithi044.dprgyk (mgr.14182) 192 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:27.608 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:27.941 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:26.218234+0000 mgr.smithi044.dprgyk (mgr.14182) 193 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:28.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:26.218234+0000 mgr.smithi044.dprgyk (mgr.14182) 193 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:29.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:27.230084+0000 mgr.smithi044.dprgyk (mgr.14182) 194 : cluster [DBG] pgmap v140: 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-08T02:50:29.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:27.230084+0000 mgr.smithi044.dprgyk (mgr.14182) 194 : cluster [DBG] pgmap v140: 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-08T02:50:29.108 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:29.109 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:29.496 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:29.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:29.105548+0000 mgr.smithi044.dprgyk (mgr.14182) 195 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:30.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:29.105548+0000 mgr.smithi044.dprgyk (mgr.14182) 195 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:30.497 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:30.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:29.230536+0000 mgr.smithi044.dprgyk (mgr.14182) 196 : cluster [DBG] pgmap v141: 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-08T02:50:31.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:29.230536+0000 mgr.smithi044.dprgyk (mgr.14182) 196 : cluster [DBG] pgmap v141: 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-08T02:50:32.007 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:32.008 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:32.379 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:33.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:31.231269+0000 mgr.smithi044.dprgyk (mgr.14182) 197 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:33.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:32.003629+0000 mgr.smithi044.dprgyk (mgr.14182) 198 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:33.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:31.231269+0000 mgr.smithi044.dprgyk (mgr.14182) 197 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:33.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:32.003629+0000 mgr.smithi044.dprgyk (mgr.14182) 198 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:33.380 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:34.760 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:34.760 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:34.933 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:33.231810+0000 mgr.smithi044.dprgyk (mgr.14182) 199 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:35.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:33.231810+0000 mgr.smithi044.dprgyk (mgr.14182) 199 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:35.146 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:36.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:34.756417+0000 mgr.smithi044.dprgyk (mgr.14182) 200 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:36.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:34.756417+0000 mgr.smithi044.dprgyk (mgr.14182) 200 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:36.148 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:36.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:35.232477+0000 mgr.smithi044.dprgyk (mgr.14182) 201 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:37.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:35.232477+0000 mgr.smithi044.dprgyk (mgr.14182) 201 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:37.574 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:37.574 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:37.948 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:38.949 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:38.985 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:37.232951+0000 mgr.smithi044.dprgyk (mgr.14182) 202 : cluster [DBG] pgmap v145: 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-08T02:50:38.986 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:37.570895+0000 mgr.smithi044.dprgyk (mgr.14182) 203 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:39.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:37.232951+0000 mgr.smithi044.dprgyk (mgr.14182) 202 : cluster [DBG] pgmap v145: 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-08T02:50:39.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:37.570895+0000 mgr.smithi044.dprgyk (mgr.14182) 203 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:40.403 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:40.770 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:41.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:39.233479+0000 mgr.smithi044.dprgyk (mgr.14182) 204 : cluster [DBG] pgmap v146: 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-08T02:50:41.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:39.233479+0000 mgr.smithi044.dprgyk (mgr.14182) 204 : cluster [DBG] pgmap v146: 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-08T02:50:41.771 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:41.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:40.399839+0000 mgr.smithi044.dprgyk (mgr.14182) 205 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:40.399839+0000 mgr.smithi044.dprgyk (mgr.14182) 205 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:43.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:41.234198+0000 mgr.smithi044.dprgyk (mgr.14182) 206 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:43.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:41.234198+0000 mgr.smithi044.dprgyk (mgr.14182) 206 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:43.221 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:43.221 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:43.770 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:43.218045+0000 mgr.smithi044.dprgyk (mgr.14182) 207 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:43.795 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:43.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:43.218045+0000 mgr.smithi044.dprgyk (mgr.14182) 207 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:44.797 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:45.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:43.234622+0000 mgr.smithi044.dprgyk (mgr.14182) 208 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:45.075 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:43.234622+0000 mgr.smithi044.dprgyk (mgr.14182) 208 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:46.224 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:46.224 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:46.603 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:46.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:45.235353+0000 mgr.smithi044.dprgyk (mgr.14182) 209 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:46.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:46.221298+0000 mgr.smithi044.dprgyk (mgr.14182) 210 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:47.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:45.235353+0000 mgr.smithi044.dprgyk (mgr.14182) 209 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:47.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:46.221298+0000 mgr.smithi044.dprgyk (mgr.14182) 210 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:47.604 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:49.032 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:49.033 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:49.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:47.235947+0000 mgr.smithi044.dprgyk (mgr.14182) 211 : cluster [DBG] pgmap v150: 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-08T02:50:49.055 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:47.235947+0000 mgr.smithi044.dprgyk (mgr.14182) 211 : cluster [DBG] pgmap v150: 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-08T02:50:49.444 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:50.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:49.028839+0000 mgr.smithi044.dprgyk (mgr.14182) 212 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:50.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:49.028839+0000 mgr.smithi044.dprgyk (mgr.14182) 212 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:50.445 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:50.806 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:49.236597+0000 mgr.smithi044.dprgyk (mgr.14182) 213 : cluster [DBG] pgmap v151: 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-08T02:50:51.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:49.236597+0000 mgr.smithi044.dprgyk (mgr.14182) 213 : cluster [DBG] pgmap v151: 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-08T02:50:51.854 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:51.855 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:52.236 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:53.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:51.237137+0000 mgr.smithi044.dprgyk (mgr.14182) 214 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:53.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:51.851556+0000 mgr.smithi044.dprgyk (mgr.14182) 215 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:53.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:51.237137+0000 mgr.smithi044.dprgyk (mgr.14182) 214 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:53.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:51.851556+0000 mgr.smithi044.dprgyk (mgr.14182) 215 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:53.237 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:54.656 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:54.657 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:54.971 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:53.237672+0000 mgr.smithi044.dprgyk (mgr.14182) 216 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:54.998 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:55.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:53.237672+0000 mgr.smithi044.dprgyk (mgr.14182) 216 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:55.999 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:56.036 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:54.653277+0000 mgr.smithi044.dprgyk (mgr.14182) 217 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:56.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:54.653277+0000 mgr.smithi044.dprgyk (mgr.14182) 217 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:57.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:55.238240+0000 mgr.smithi044.dprgyk (mgr.14182) 218 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:57.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:55.238240+0000 mgr.smithi044.dprgyk (mgr.14182) 218 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:50:57.461 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:50:57.461 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:57.851 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:50:58.853 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:59.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:57.238679+0000 mgr.smithi044.dprgyk (mgr.14182) 219 : cluster [DBG] pgmap v155: 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-08T02:50:59.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:50:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:50:57.458062+0000 mgr.smithi044.dprgyk (mgr.14182) 220 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:59.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:57.238679+0000 mgr.smithi044.dprgyk (mgr.14182) 219 : cluster [DBG] pgmap v155: 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-08T02:50:59.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:50:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:50:57.458062+0000 mgr.smithi044.dprgyk (mgr.14182) 220 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:00.385 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:00.386 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:00.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:01.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:50:59.239178+0000 mgr.smithi044.dprgyk (mgr.14182) 221 : cluster [DBG] pgmap v156: 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-08T02:51:01.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:50:59.239178+0000 mgr.smithi044.dprgyk (mgr.14182) 221 : cluster [DBG] pgmap v156: 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-08T02:51:01.776 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:02.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:00.381628+0000 mgr.smithi044.dprgyk (mgr.14182) 222 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:02.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:00.381628+0000 mgr.smithi044.dprgyk (mgr.14182) 222 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:03.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:01.239734+0000 mgr.smithi044.dprgyk (mgr.14182) 223 : cluster [DBG] pgmap v157: 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-08T02:51:03.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:01.239734+0000 mgr.smithi044.dprgyk (mgr.14182) 223 : cluster [DBG] pgmap v157: 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-08T02:51:03.224 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:03.225 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:03.609 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:03.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:03.221385+0000 mgr.smithi044.dprgyk (mgr.14182) 224 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:04.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:03.221385+0000 mgr.smithi044.dprgyk (mgr.14182) 224 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:04.610 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:04.980 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:03.240198+0000 mgr.smithi044.dprgyk (mgr.14182) 225 : cluster [DBG] pgmap v158: 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-08T02:51:05.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:03.240198+0000 mgr.smithi044.dprgyk (mgr.14182) 225 : cluster [DBG] pgmap v158: 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-08T02:51:06.048 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:06.049 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:06.442 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:07.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:05.240736+0000 mgr.smithi044.dprgyk (mgr.14182) 226 : cluster [DBG] pgmap v159: 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-08T02:51:07.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:06.045654+0000 mgr.smithi044.dprgyk (mgr.14182) 227 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:07.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:05.240736+0000 mgr.smithi044.dprgyk (mgr.14182) 226 : cluster [DBG] pgmap v159: 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-08T02:51:07.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:06.045654+0000 mgr.smithi044.dprgyk (mgr.14182) 227 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:07.444 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:08.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:06.768725+0000 mon.smithi044 (mon.0) 660 : cluster [DBG] mgrmap e21: smithi044.dprgyk(active, since 4m), standbys: smithi087.ewazkn 2023-11-08T02:51:08.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:06.768725+0000 mon.smithi044 (mon.0) 660 : cluster [DBG] mgrmap e21: smithi044.dprgyk(active, since 4m), standbys: smithi087.ewazkn 2023-11-08T02:51:08.906 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:08.907 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:09.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:07.241421+0000 mgr.smithi044.dprgyk (mgr.14182) 228 : cluster [DBG] pgmap v160: 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-08T02:51:09.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:07.241421+0000 mgr.smithi044.dprgyk (mgr.14182) 228 : cluster [DBG] pgmap v160: 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-08T02:51:09.299 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:10.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:08.903674+0000 mgr.smithi044.dprgyk (mgr.14182) 229 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:10.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:08.903674+0000 mgr.smithi044.dprgyk (mgr.14182) 229 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:10.301 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:11.005 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:09.242082+0000 mgr.smithi044.dprgyk (mgr.14182) 230 : cluster [DBG] pgmap v161: 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-08T02:51:11.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:09.242082+0000 mgr.smithi044.dprgyk (mgr.14182) 230 : cluster [DBG] pgmap v161: 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-08T02:51:11.747 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:11.747 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:12.126 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:13.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:11.242568+0000 mgr.smithi044.dprgyk (mgr.14182) 231 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:51:13.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:11.743862+0000 mgr.smithi044.dprgyk (mgr.14182) 232 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:13.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:11.242568+0000 mgr.smithi044.dprgyk (mgr.14182) 231 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:51:13.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:11.743862+0000 mgr.smithi044.dprgyk (mgr.14182) 232 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:13.127 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:14.559 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:14.559 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:14.892 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:13.243021+0000 mgr.smithi044.dprgyk (mgr.14182) 233 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:51:14.965 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:15.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:13.243021+0000 mgr.smithi044.dprgyk (mgr.14182) 233 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:51:15.966 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:16.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:14.555696+0000 mgr.smithi044.dprgyk (mgr.14182) 234 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:16.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:14.555696+0000 mgr.smithi044.dprgyk (mgr.14182) 234 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:16.947 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:15.243844+0000 mgr.smithi044.dprgyk (mgr.14182) 235 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:51:17.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:15.243844+0000 mgr.smithi044.dprgyk (mgr.14182) 235 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-08T02:51:17.368 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:17.368 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:17.768 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:18.770 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:19.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:17.244271+0000 mgr.smithi044.dprgyk (mgr.14182) 236 : cluster [DBG] pgmap v165: 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-08T02:51:19.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:17.364919+0000 mgr.smithi044.dprgyk (mgr.14182) 237 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:19.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:17.244271+0000 mgr.smithi044.dprgyk (mgr.14182) 236 : cluster [DBG] pgmap v165: 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-08T02:51:19.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:17.364919+0000 mgr.smithi044.dprgyk (mgr.14182) 237 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:20.345 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:20.346 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:20.725 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:21.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:19.245017+0000 mgr.smithi044.dprgyk (mgr.14182) 238 : cluster [DBG] pgmap v166: 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-08T02:51:21.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:19.245017+0000 mgr.smithi044.dprgyk (mgr.14182) 238 : cluster [DBG] pgmap v166: 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-08T02:51:21.726 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:22.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:20.341530+0000 mgr.smithi044.dprgyk (mgr.14182) 239 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:22.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:20.341530+0000 mgr.smithi044.dprgyk (mgr.14182) 239 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:23.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:21.245601+0000 mgr.smithi044.dprgyk (mgr.14182) 240 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:23.205 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:23.206 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:23.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:21.245601+0000 mgr.smithi044.dprgyk (mgr.14182) 240 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:23.565 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:24.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:23.202691+0000 mgr.smithi044.dprgyk (mgr.14182) 241 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:24.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:23.202691+0000 mgr.smithi044.dprgyk (mgr.14182) 241 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:24.567 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:24.979 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:23.246228+0000 mgr.smithi044.dprgyk (mgr.14182) 242 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:25.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:23.246228+0000 mgr.smithi044.dprgyk (mgr.14182) 242 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:26.088 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:26.088 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:26.489 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:27.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:25.246759+0000 mgr.smithi044.dprgyk (mgr.14182) 243 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:27.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:26.084785+0000 mgr.smithi044.dprgyk (mgr.14182) 244 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:27.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:25.246759+0000 mgr.smithi044.dprgyk (mgr.14182) 243 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:27.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:26.084785+0000 mgr.smithi044.dprgyk (mgr.14182) 244 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:27.490 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:28.971 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:28.971 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:29.210 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:27.247360+0000 mgr.smithi044.dprgyk (mgr.14182) 245 : cluster [DBG] pgmap v170: 97 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-08T02:51:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:27.247360+0000 mgr.smithi044.dprgyk (mgr.14182) 245 : cluster [DBG] pgmap v170: 97 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-08T02:51:29.398 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:30.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:28.968352+0000 mgr.smithi044.dprgyk (mgr.14182) 246 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:30.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:28.968352+0000 mgr.smithi044.dprgyk (mgr.14182) 246 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:30.400 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:31.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:29.247885+0000 mgr.smithi044.dprgyk (mgr.14182) 247 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:29.247885+0000 mgr.smithi044.dprgyk (mgr.14182) 247 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:31.870 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:31.871 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:32.297 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:33.298 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:33.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:31.248416+0000 mgr.smithi044.dprgyk (mgr.14182) 248 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:31.867388+0000 mgr.smithi044.dprgyk (mgr.14182) 249 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:33.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:31.248416+0000 mgr.smithi044.dprgyk (mgr.14182) 248 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:33.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:31.867388+0000 mgr.smithi044.dprgyk (mgr.14182) 249 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:34.774 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:34.775 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:35.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:33.248941+0000 mgr.smithi044.dprgyk (mgr.14182) 250 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:35.172 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:35.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:33.248941+0000 mgr.smithi044.dprgyk (mgr.14182) 250 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:36.173 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:36.208 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:34.771195+0000 mgr.smithi044.dprgyk (mgr.14182) 251 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:36.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:34.771195+0000 mgr.smithi044.dprgyk (mgr.14182) 251 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:37.220 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:35.249800+0000 mgr.smithi044.dprgyk (mgr.14182) 252 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:37.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:35.249800+0000 mgr.smithi044.dprgyk (mgr.14182) 252 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:37.702 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:37.702 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:38.080 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:39.081 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:39.116 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:37.250353+0000 mgr.smithi044.dprgyk (mgr.14182) 253 : cluster [DBG] pgmap v175: 97 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-08T02:51:39.116 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:37.698840+0000 mgr.smithi044.dprgyk (mgr.14182) 254 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:39.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:37.250353+0000 mgr.smithi044.dprgyk (mgr.14182) 253 : cluster [DBG] pgmap v175: 97 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-08T02:51:39.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:37.698840+0000 mgr.smithi044.dprgyk (mgr.14182) 254 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:40.533 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:40.534 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:40.921 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:41.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:39.250844+0000 mgr.smithi044.dprgyk (mgr.14182) 255 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:41.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:39.250844+0000 mgr.smithi044.dprgyk (mgr.14182) 255 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:41.922 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:42.267 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:40.530966+0000 mgr.smithi044.dprgyk (mgr.14182) 256 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:42.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:40.530966+0000 mgr.smithi044.dprgyk (mgr.14182) 256 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:42.944 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:41.251493+0000 mgr.smithi044.dprgyk (mgr.14182) 257 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:43.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:41.251493+0000 mgr.smithi044.dprgyk (mgr.14182) 257 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:43.387 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:43.388 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:43.771 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:44.772 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:45.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:43.251917+0000 mgr.smithi044.dprgyk (mgr.14182) 258 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:45.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:43.384445+0000 mgr.smithi044.dprgyk (mgr.14182) 259 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:45.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:43.251917+0000 mgr.smithi044.dprgyk (mgr.14182) 258 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:45.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:43.384445+0000 mgr.smithi044.dprgyk (mgr.14182) 259 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:46.289 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:46.289 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:46.661 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:45.252515+0000 mgr.smithi044.dprgyk (mgr.14182) 260 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:47.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:45.252515+0000 mgr.smithi044.dprgyk (mgr.14182) 260 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:47.663 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:48.006 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:46.285889+0000 mgr.smithi044.dprgyk (mgr.14182) 261 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:46.285889+0000 mgr.smithi044.dprgyk (mgr.14182) 261 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:49.060 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:49.061 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:49.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:47.253052+0000 mgr.smithi044.dprgyk (mgr.14182) 262 : cluster [DBG] pgmap v180: 97 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-08T02:51:49.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:47.253052+0000 mgr.smithi044.dprgyk (mgr.14182) 262 : cluster [DBG] pgmap v180: 97 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-08T02:51:49.445 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:49.057395+0000 mgr.smithi044.dprgyk (mgr.14182) 263 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:50.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:49.057395+0000 mgr.smithi044.dprgyk (mgr.14182) 263 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:50.446 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:51.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:49.253539+0000 mgr.smithi044.dprgyk (mgr.14182) 264 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:51.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:49.253539+0000 mgr.smithi044.dprgyk (mgr.14182) 264 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:51.914 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:51.915 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:52.313 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:53.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:51.254029+0000 mgr.smithi044.dprgyk (mgr.14182) 265 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:53.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:51.911667+0000 mgr.smithi044.dprgyk (mgr.14182) 266 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:53.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:51.254029+0000 mgr.smithi044.dprgyk (mgr.14182) 265 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:53.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:51.911667+0000 mgr.smithi044.dprgyk (mgr.14182) 266 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:53.315 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:54.742 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:54.743 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:55.042 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:53.254669+0000 mgr.smithi044.dprgyk (mgr.14182) 267 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:55.111 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:55.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:53.254669+0000 mgr.smithi044.dprgyk (mgr.14182) 267 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:56.112 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:56.148 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:54.739031+0000 mgr.smithi044.dprgyk (mgr.14182) 268 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:56.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:54.739031+0000 mgr.smithi044.dprgyk (mgr.14182) 268 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:57.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:55.255480+0000 mgr.smithi044.dprgyk (mgr.14182) 269 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:57.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:55.255480+0000 mgr.smithi044.dprgyk (mgr.14182) 269 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:51:57.517 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:51:57.517 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:57.936 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:51:58.938 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:59.280 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:57.255930+0000 mgr.smithi044.dprgyk (mgr.14182) 270 : cluster [DBG] pgmap v185: 97 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-08T02:51:59.281 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:51:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:51:57.513785+0000 mgr.smithi044.dprgyk (mgr.14182) 271 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:59.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:57.255930+0000 mgr.smithi044.dprgyk (mgr.14182) 270 : cluster [DBG] pgmap v185: 97 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-08T02:51:59.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:51:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:51:57.513785+0000 mgr.smithi044.dprgyk (mgr.14182) 271 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:00.462 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:00.463 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:00.861 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:01.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:51:59.256466+0000 mgr.smithi044.dprgyk (mgr.14182) 272 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:01.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:51:59.256466+0000 mgr.smithi044.dprgyk (mgr.14182) 272 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:01.862 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:02.206 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:00.459726+0000 mgr.smithi044.dprgyk (mgr.14182) 273 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:02.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:00.459726+0000 mgr.smithi044.dprgyk (mgr.14182) 273 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:03.303 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:03.303 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:03.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:01.256971+0000 mgr.smithi044.dprgyk (mgr.14182) 274 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:03.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:01.256971+0000 mgr.smithi044.dprgyk (mgr.14182) 274 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:03.710 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:04.711 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:05.055 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:03.257558+0000 mgr.smithi044.dprgyk (mgr.14182) 275 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:05.055 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:03.299696+0000 mgr.smithi044.dprgyk (mgr.14182) 276 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:05.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:03.257558+0000 mgr.smithi044.dprgyk (mgr.14182) 275 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:05.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:03.299696+0000 mgr.smithi044.dprgyk (mgr.14182) 276 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:06.131 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:06.131 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:06.518 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:07.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:05.258154+0000 mgr.smithi044.dprgyk (mgr.14182) 277 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:07.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:06.127884+0000 mgr.smithi044.dprgyk (mgr.14182) 278 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:07.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:05.258154+0000 mgr.smithi044.dprgyk (mgr.14182) 277 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:07.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:06.127884+0000 mgr.smithi044.dprgyk (mgr.14182) 278 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:07.519 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:08.944 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:08.945 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z 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.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:09.259 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:07.258689+0000 mgr.smithi044.dprgyk (mgr.14182) 279 : cluster [DBG] pgmap v190: 97 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-08T02:52:09.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:07.258689+0000 mgr.smithi044.dprgyk (mgr.14182) 279 : cluster [DBG] pgmap v190: 97 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-08T02:52:09.317 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:10.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:08.940255+0000 mgr.smithi044.dprgyk (mgr.14182) 280 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:10.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:08.940255+0000 mgr.smithi044.dprgyk (mgr.14182) 280 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:10.318 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:11.177 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:09.259201+0000 mgr.smithi044.dprgyk (mgr.14182) 281 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:11.178 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:10.766039+0000 mon.smithi044 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.ouyabo"}]: dispatch 2023-11-08T02:52:11.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:09.259201+0000 mgr.smithi044.dprgyk (mgr.14182) 281 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:11.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:10.766039+0000 mon.smithi044 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.ouyabo"}]: dispatch 2023-11-08T02:52:11.674 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:11.675 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:11.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:52:10.765388+0000 mgr.smithi044.dprgyk (mgr.14182) 282 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:11.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:11.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:11.974 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:11.974 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ouyabo ... 2023-11-08T02:52:11.974 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:52:11.974 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:52:11.975 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:50:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.975 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.975 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:51:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.975 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:52:11.975 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:52:11.976 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Traceback (most recent call last): 2023-11-08T02:52:11.976 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:52:11.976 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: yield (conn, connr) 2023-11-08T02:52:11.976 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:52:11.976 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: code, '\n'.join(err))) 2023-11-08T02:52:11.977 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:11.977 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:11.977 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:11.977 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:11.977 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ouyabo ... 2023-11-08T02:52:11.977 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:52:11.978 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:52:11.978 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:50:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.978 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.978 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:51:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.979 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:52:11.979 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:52:11.979 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:52:10.765612+0000 mgr.smithi044.dprgyk (mgr.14182) 283 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:11.979 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:52:10.766921+0000 mgr.smithi044.dprgyk (mgr.14182) 284 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:11.979 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:11.980 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:11.980 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:11.980 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ouyabo ... 2023-11-08T02:52:11.980 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:52:11.980 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:52:11.981 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:50:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.981 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.981 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:51:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:11.981 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:52:11.981 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:52:11.982 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:52:10.769696+0000 mgr.smithi044.dprgyk (mgr.14182) 285 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi044.fpqiat on smithi044 2023-11-08T02:52:12.085 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:12.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:52:10.765388+0000 mgr.smithi044.dprgyk (mgr.14182) 282 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:12.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:12.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:12.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:12.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ouyabo ... 2023-11-08T02:52:12.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:52:12.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:52:12.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:50:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:51:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:52:12.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:52:12.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Traceback (most recent call last): 2023-11-08T02:52:12.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:52:12.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: yield (conn, connr) 2023-11-08T02:52:12.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:52:12.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: code, '\n'.join(err))) 2023-11-08T02:52:12.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:12.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:12.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:12.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:12.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ouyabo ... 2023-11-08T02:52:12.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:52:12.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:52:12.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:50:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:51:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:52:12.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:52:12.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:52:10.765612+0000 mgr.smithi044.dprgyk (mgr.14182) 283 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:12.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:52:10.766921+0000 mgr.smithi044.dprgyk (mgr.14182) 284 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:12.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo 2023-11-08T02:52:12.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:12.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo 2023-11-08T02:52:12.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ouyabo ... 2023-11-08T02:52:12.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:52:12.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:52:12.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:50:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:51:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:52:12.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:52:12.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:52:12.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:52:10.769696+0000 mgr.smithi044.dprgyk (mgr.14182) 285 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi044.fpqiat on smithi044 2023-11-08T02:52:13.087 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:13.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:11.259709+0000 mgr.smithi044.dprgyk (mgr.14182) 286 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:13.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:11.671454+0000 mgr.smithi044.dprgyk (mgr.14182) 287 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:13.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:11.259709+0000 mgr.smithi044.dprgyk (mgr.14182) 286 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:13.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:11.671454+0000 mgr.smithi044.dprgyk (mgr.14182) 287 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:14.519 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:14.519 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:14.958 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:15.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:13.260198+0000 mgr.smithi044.dprgyk (mgr.14182) 288 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:15.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:13.260198+0000 mgr.smithi044.dprgyk (mgr.14182) 288 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:15.960 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:16.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:14.515722+0000 mgr.smithi044.dprgyk (mgr.14182) 289 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:16.311 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:14.515722+0000 mgr.smithi044.dprgyk (mgr.14182) 289 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:17.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:15.260950+0000 mgr.smithi044.dprgyk (mgr.14182) 290 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:17.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:15.260950+0000 mgr.smithi044.dprgyk (mgr.14182) 290 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:17.368 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:17.368 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:17.791 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:18.793 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:19.137 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:17.261362+0000 mgr.smithi044.dprgyk (mgr.14182) 291 : cluster [DBG] pgmap v195: 97 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-08T02:52:19.137 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:17.365380+0000 mgr.smithi044.dprgyk (mgr.14182) 292 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:19.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:17.261362+0000 mgr.smithi044.dprgyk (mgr.14182) 291 : cluster [DBG] pgmap v195: 97 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-08T02:52:19.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:17.365380+0000 mgr.smithi044.dprgyk (mgr.14182) 292 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:20.226 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:20.226 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:20.649 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:21.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:19.261865+0000 mgr.smithi044.dprgyk (mgr.14182) 293 : cluster [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, 0 op/s 2023-11-08T02:52:21.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:20.223027+0000 mgr.smithi044.dprgyk (mgr.14182) 294 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:21.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:19.261865+0000 mgr.smithi044.dprgyk (mgr.14182) 293 : cluster [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, 0 op/s 2023-11-08T02:52:21.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:20.223027+0000 mgr.smithi044.dprgyk (mgr.14182) 294 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:21.650 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:23.091 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:23.092 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:23.303 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:21.262378+0000 mgr.smithi044.dprgyk (mgr.14182) 295 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:23.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:21.262378+0000 mgr.smithi044.dprgyk (mgr.14182) 295 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:23.507 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:24.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:23.088563+0000 mgr.smithi044.dprgyk (mgr.14182) 296 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:24.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:23.088563+0000 mgr.smithi044.dprgyk (mgr.14182) 296 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:24.508 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:25.253 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:23.262836+0000 mgr.smithi044.dprgyk (mgr.14182) 297 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:25.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:23.262836+0000 mgr.smithi044.dprgyk (mgr.14182) 297 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:25.981 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:25.982 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:26.416 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:27.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:25.263413+0000 mgr.smithi044.dprgyk (mgr.14182) 298 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:27.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:25.978211+0000 mgr.smithi044.dprgyk (mgr.14182) 299 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:27.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:25.263413+0000 mgr.smithi044.dprgyk (mgr.14182) 298 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:27.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:25.978211+0000 mgr.smithi044.dprgyk (mgr.14182) 299 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:27.417 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:28.886 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:28.886 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:29.198 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:27.264034+0000 mgr.smithi044.dprgyk (mgr.14182) 300 : cluster [DBG] pgmap v200: 97 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-08T02:52:29.273 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:29.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:27.264034+0000 mgr.smithi044.dprgyk (mgr.14182) 300 : cluster [DBG] pgmap v200: 97 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-08T02:52:30.275 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:30.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:28.882157+0000 mgr.smithi044.dprgyk (mgr.14182) 301 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:30.310 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:28.882157+0000 mgr.smithi044.dprgyk (mgr.14182) 301 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:31.239 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:29.264585+0000 mgr.smithi044.dprgyk (mgr.14182) 302 : 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-08T02:52:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:29.264585+0000 mgr.smithi044.dprgyk (mgr.14182) 302 : 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-08T02:52:31.850 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:31.851 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:32.214 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:33.216 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:33.249 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:31.265158+0000 mgr.smithi044.dprgyk (mgr.14182) 303 : 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-08T02:52:33.250 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:31.847537+0000 mgr.smithi044.dprgyk (mgr.14182) 304 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:33.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:31.265158+0000 mgr.smithi044.dprgyk (mgr.14182) 303 : 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-08T02:52:33.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:31.847537+0000 mgr.smithi044.dprgyk (mgr.14182) 304 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:34.683 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:34.683 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:35.056 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:35.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:33.265640+0000 mgr.smithi044.dprgyk (mgr.14182) 305 : 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-08T02:52:35.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:33.265640+0000 mgr.smithi044.dprgyk (mgr.14182) 305 : 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-08T02:52:36.057 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:36.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:34.679777+0000 mgr.smithi044.dprgyk (mgr.14182) 306 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:36.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:34.679777+0000 mgr.smithi044.dprgyk (mgr.14182) 306 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:37.161 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:35.266401+0000 mgr.smithi044.dprgyk (mgr.14182) 307 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:37.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:35.266401+0000 mgr.smithi044.dprgyk (mgr.14182) 307 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:37.576 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:37.576 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:37.938 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:38.940 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:39.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:37.266852+0000 mgr.smithi044.dprgyk (mgr.14182) 308 : cluster [DBG] pgmap v205: 97 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-08T02:52:39.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:37.572997+0000 mgr.smithi044.dprgyk (mgr.14182) 309 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:39.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:37.266852+0000 mgr.smithi044.dprgyk (mgr.14182) 308 : cluster [DBG] pgmap v205: 97 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-08T02:52:39.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:37.572997+0000 mgr.smithi044.dprgyk (mgr.14182) 309 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:40.463 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:40.463 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:40.897 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:41.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:39.267389+0000 mgr.smithi044.dprgyk (mgr.14182) 310 : 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-08T02:52:41.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:39.267389+0000 mgr.smithi044.dprgyk (mgr.14182) 310 : 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-08T02:52:41.898 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:42.258 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:40.458779+0000 mgr.smithi044.dprgyk (mgr.14182) 311 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:42.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:40.458779+0000 mgr.smithi044.dprgyk (mgr.14182) 311 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:43.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:41.267913+0000 mgr.smithi044.dprgyk (mgr.14182) 312 : 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-08T02:52:43.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:41.267913+0000 mgr.smithi044.dprgyk (mgr.14182) 312 : 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-08T02:52:43.330 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:43.330 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:43.755 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:44.756 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:45.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:43.268288+0000 mgr.smithi044.dprgyk (mgr.14182) 313 : 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-08T02:52:45.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:43.327308+0000 mgr.smithi044.dprgyk (mgr.14182) 314 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:45.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:43.268288+0000 mgr.smithi044.dprgyk (mgr.14182) 313 : 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-08T02:52:45.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:43.327308+0000 mgr.smithi044.dprgyk (mgr.14182) 314 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:46.242 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:46.242 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:46.629 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:45.268961+0000 mgr.smithi044.dprgyk (mgr.14182) 315 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:46.239130+0000 mgr.smithi044.dprgyk (mgr.14182) 316 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:47.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:45.268961+0000 mgr.smithi044.dprgyk (mgr.14182) 315 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:47.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:46.239130+0000 mgr.smithi044.dprgyk (mgr.14182) 316 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:47.631 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:49.160 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:49.160 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:49.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:47.269521+0000 mgr.smithi044.dprgyk (mgr.14182) 317 : cluster [DBG] pgmap v210: 97 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-08T02:52:49.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:47.269521+0000 mgr.smithi044.dprgyk (mgr.14182) 317 : cluster [DBG] pgmap v210: 97 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-08T02:52:49.529 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:49.156534+0000 mgr.smithi044.dprgyk (mgr.14182) 318 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:50.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:49.156534+0000 mgr.smithi044.dprgyk (mgr.14182) 318 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:50.531 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:51.225 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:49.270051+0000 mgr.smithi044.dprgyk (mgr.14182) 319 : 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-08T02:52:51.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:49.270051+0000 mgr.smithi044.dprgyk (mgr.14182) 319 : 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-08T02:52:51.983 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:51.983 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:52.370 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:53.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:51.270732+0000 mgr.smithi044.dprgyk (mgr.14182) 320 : 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-08T02:52:53.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:51.979680+0000 mgr.smithi044.dprgyk (mgr.14182) 321 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:53.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:51.270732+0000 mgr.smithi044.dprgyk (mgr.14182) 320 : 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-08T02:52:53.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:51.979680+0000 mgr.smithi044.dprgyk (mgr.14182) 321 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:53.372 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:54.804 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:54.804 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:55.161 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:53.271289+0000 mgr.smithi044.dprgyk (mgr.14182) 322 : 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-08T02:52:55.186 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:55.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:53.271289+0000 mgr.smithi044.dprgyk (mgr.14182) 322 : 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-08T02:52:56.188 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:56.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:54.801122+0000 mgr.smithi044.dprgyk (mgr.14182) 323 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:54.801122+0000 mgr.smithi044.dprgyk (mgr.14182) 323 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:57.203 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:55.272024+0000 mgr.smithi044.dprgyk (mgr.14182) 324 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:57.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:55.272024+0000 mgr.smithi044.dprgyk (mgr.14182) 324 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:52:57.756 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:52:57.756 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:58.154 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:52:59.155 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:59.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:57.272475+0000 mgr.smithi044.dprgyk (mgr.14182) 325 : cluster [DBG] pgmap v215: 97 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-08T02:52:59.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:52:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:52:57.752823+0000 mgr.smithi044.dprgyk (mgr.14182) 326 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:59.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:57.272475+0000 mgr.smithi044.dprgyk (mgr.14182) 325 : cluster [DBG] pgmap v215: 97 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-08T02:52:59.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:52:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:52:57.752823+0000 mgr.smithi044.dprgyk (mgr.14182) 326 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:00.678 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:00.678 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:01.112 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:01.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:52:59.272968+0000 mgr.smithi044.dprgyk (mgr.14182) 327 : 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-08T02:53:01.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:52:59.272968+0000 mgr.smithi044.dprgyk (mgr.14182) 327 : 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-08T02:53:02.113 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:02.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:00.674264+0000 mgr.smithi044.dprgyk (mgr.14182) 328 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:02.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:00.674264+0000 mgr.smithi044.dprgyk (mgr.14182) 328 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:03.158 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:01.273723+0000 mgr.smithi044.dprgyk (mgr.14182) 329 : 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-08T02:53:03.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:01.273723+0000 mgr.smithi044.dprgyk (mgr.14182) 329 : 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-08T02:53:03.560 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:03.560 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:03.986 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:04.988 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:05.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:03.274191+0000 mgr.smithi044.dprgyk (mgr.14182) 330 : 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-08T02:53:05.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:03.556650+0000 mgr.smithi044.dprgyk (mgr.14182) 331 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:05.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:03.274191+0000 mgr.smithi044.dprgyk (mgr.14182) 330 : 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-08T02:53:05.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:03.556650+0000 mgr.smithi044.dprgyk (mgr.14182) 331 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:06.487 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:06.488 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:06.884 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:07.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:05.274717+0000 mgr.smithi044.dprgyk (mgr.14182) 332 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:07.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:05.274717+0000 mgr.smithi044.dprgyk (mgr.14182) 332 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:07.886 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:08.247 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:06.484633+0000 mgr.smithi044.dprgyk (mgr.14182) 333 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:08.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:06.484633+0000 mgr.smithi044.dprgyk (mgr.14182) 333 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:09.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:07.275344+0000 mgr.smithi044.dprgyk (mgr.14182) 334 : cluster [DBG] pgmap v220: 97 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-08T02:53:09.325 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:09.326 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:09.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:07.275344+0000 mgr.smithi044.dprgyk (mgr.14182) 334 : cluster [DBG] pgmap v220: 97 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-08T02:53:09.718 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:10.722 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:11.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:09.275801+0000 mgr.smithi044.dprgyk (mgr.14182) 335 : 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-08T02:53:11.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:09.322446+0000 mgr.smithi044.dprgyk (mgr.14182) 336 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:09.275801+0000 mgr.smithi044.dprgyk (mgr.14182) 335 : 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-08T02:53:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:09.322446+0000 mgr.smithi044.dprgyk (mgr.14182) 336 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:12.165 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:12.165 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:12.576 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:13.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:11.276490+0000 mgr.smithi044.dprgyk (mgr.14182) 337 : 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-08T02:53:13.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:12.161967+0000 mgr.smithi044.dprgyk (mgr.14182) 338 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:13.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:11.276490+0000 mgr.smithi044.dprgyk (mgr.14182) 337 : 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-08T02:53:13.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:12.161967+0000 mgr.smithi044.dprgyk (mgr.14182) 338 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:13.578 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:14.972 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:14.972 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:15.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:13.277093+0000 mgr.smithi044.dprgyk (mgr.14182) 339 : 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-08T02:53:15.370 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:15.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:13.277093+0000 mgr.smithi044.dprgyk (mgr.14182) 339 : 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-08T02:53:16.373 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:16.405 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:14.968442+0000 mgr.smithi044.dprgyk (mgr.14182) 340 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:16.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:14.968442+0000 mgr.smithi044.dprgyk (mgr.14182) 340 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:17.407 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:15.277718+0000 mgr.smithi044.dprgyk (mgr.14182) 341 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:17.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:15.277718+0000 mgr.smithi044.dprgyk (mgr.14182) 341 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:17.857 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:17.858 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:18.277 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:19.278 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:19.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:17.278219+0000 mgr.smithi044.dprgyk (mgr.14182) 342 : cluster [DBG] pgmap v225: 97 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-08T02:53:19.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:17.854637+0000 mgr.smithi044.dprgyk (mgr.14182) 343 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:17.278219+0000 mgr.smithi044.dprgyk (mgr.14182) 342 : cluster [DBG] pgmap v225: 97 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-08T02:53:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:17.854637+0000 mgr.smithi044.dprgyk (mgr.14182) 343 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:20.731 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:20.731 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:21.100 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:21.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:19.278816+0000 mgr.smithi044.dprgyk (mgr.14182) 344 : 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-08T02:53:21.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:19.278816+0000 mgr.smithi044.dprgyk (mgr.14182) 344 : 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-08T02:53:22.102 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:22.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:20.727647+0000 mgr.smithi044.dprgyk (mgr.14182) 345 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:22.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:20.727647+0000 mgr.smithi044.dprgyk (mgr.14182) 345 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:23.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:21.279345+0000 mgr.smithi044.dprgyk (mgr.14182) 346 : 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-08T02:53:23.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:21.279345+0000 mgr.smithi044.dprgyk (mgr.14182) 346 : 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-08T02:53:23.590 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:23.591 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:23.992 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:24.993 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:25.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:23.279912+0000 mgr.smithi044.dprgyk (mgr.14182) 347 : 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-08T02:53:25.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:23.587505+0000 mgr.smithi044.dprgyk (mgr.14182) 348 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:25.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:23.279912+0000 mgr.smithi044.dprgyk (mgr.14182) 347 : 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-08T02:53:25.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:23.587505+0000 mgr.smithi044.dprgyk (mgr.14182) 348 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:26.531 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:26.532 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:27.032 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:27.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:25.280935+0000 mgr.smithi044.dprgyk (mgr.14182) 349 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:27.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:25.280935+0000 mgr.smithi044.dprgyk (mgr.14182) 349 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:28.033 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:28.368 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:26.528480+0000 mgr.smithi044.dprgyk (mgr.14182) 350 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:28.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:26.528480+0000 mgr.smithi044.dprgyk (mgr.14182) 350 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:29.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:27.281488+0000 mgr.smithi044.dprgyk (mgr.14182) 351 : cluster [DBG] pgmap v230: 97 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-08T02:53:29.484 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:29.484 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:29.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:27.281488+0000 mgr.smithi044.dprgyk (mgr.14182) 351 : cluster [DBG] pgmap v230: 97 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-08T02:53:29.858 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:30.859 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:31.201 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:29.281994+0000 mgr.smithi044.dprgyk (mgr.14182) 352 : 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-08T02:53:31.201 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:29.480944+0000 mgr.smithi044.dprgyk (mgr.14182) 353 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:31.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:29.281994+0000 mgr.smithi044.dprgyk (mgr.14182) 352 : 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-08T02:53:31.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:29.480944+0000 mgr.smithi044.dprgyk (mgr.14182) 353 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:32.357 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:32.358 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:32.734 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:33.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:31.282494+0000 mgr.smithi044.dprgyk (mgr.14182) 354 : 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-08T02:53:33.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:31.282494+0000 mgr.smithi044.dprgyk (mgr.14182) 354 : 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-08T02:53:33.736 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:34.469 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:32.354514+0000 mgr.smithi044.dprgyk (mgr.14182) 355 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:34.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:32.354514+0000 mgr.smithi044.dprgyk (mgr.14182) 355 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:35.167 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:35.168 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:35.514 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:33.283238+0000 mgr.smithi044.dprgyk (mgr.14182) 356 : 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-08T02:53:35.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:33.283238+0000 mgr.smithi044.dprgyk (mgr.14182) 356 : 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-08T02:53:35.589 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:35.164253+0000 mgr.smithi044.dprgyk (mgr.14182) 357 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:36.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:35.164253+0000 mgr.smithi044.dprgyk (mgr.14182) 357 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:36.591 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:37.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:35.283778+0000 mgr.smithi044.dprgyk (mgr.14182) 358 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:37.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:35.283778+0000 mgr.smithi044.dprgyk (mgr.14182) 358 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:38.125 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:38.126 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:38.499 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:39.500 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:39.534 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:37.284397+0000 mgr.smithi044.dprgyk (mgr.14182) 359 : cluster [DBG] pgmap v235: 97 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-08T02:53:39.534 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:38.122687+0000 mgr.smithi044.dprgyk (mgr.14182) 360 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:39.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:37.284397+0000 mgr.smithi044.dprgyk (mgr.14182) 359 : cluster [DBG] pgmap v235: 97 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-08T02:53:39.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:38.122687+0000 mgr.smithi044.dprgyk (mgr.14182) 360 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:40.953 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:40.953 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:41.295 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:39.285103+0000 mgr.smithi044.dprgyk (mgr.14182) 361 : 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-08T02:53:41.330 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:41.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:39.285103+0000 mgr.smithi044.dprgyk (mgr.14182) 361 : 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-08T02:53:42.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:40.950260+0000 mgr.smithi044.dprgyk (mgr.14182) 362 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:42.331 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:42.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:40.950260+0000 mgr.smithi044.dprgyk (mgr.14182) 362 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:43.446 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:41.285743+0000 mgr.smithi044.dprgyk (mgr.14182) 363 : 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-08T02:53:43.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:41.285743+0000 mgr.smithi044.dprgyk (mgr.14182) 363 : 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-08T02:53:43.884 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:43.884 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:44.273 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:45.275 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:45.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:43.286365+0000 mgr.smithi044.dprgyk (mgr.14182) 364 : 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-08T02:53:45.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:43.881267+0000 mgr.smithi044.dprgyk (mgr.14182) 365 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:45.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:43.286365+0000 mgr.smithi044.dprgyk (mgr.14182) 364 : 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-08T02:53:45.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:43.881267+0000 mgr.smithi044.dprgyk (mgr.14182) 365 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:46.706 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:46.706 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:47.087 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:47.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:45.286962+0000 mgr.smithi044.dprgyk (mgr.14182) 366 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:47.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:45.286962+0000 mgr.smithi044.dprgyk (mgr.14182) 366 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:48.089 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:48.432 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:46.702877+0000 mgr.smithi044.dprgyk (mgr.14182) 367 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:48.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:46.702877+0000 mgr.smithi044.dprgyk (mgr.14182) 367 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:49.527 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:49.528 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:49.550 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:47.287463+0000 mgr.smithi044.dprgyk (mgr.14182) 368 : cluster [DBG] pgmap v240: 97 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-08T02:53:49.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:47.287463+0000 mgr.smithi044.dprgyk (mgr.14182) 368 : cluster [DBG] pgmap v240: 97 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-08T02:53:49.963 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:50.964 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:51.290 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:49.288119+0000 mgr.smithi044.dprgyk (mgr.14182) 369 : 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-08T02:53:51.290 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:49.524194+0000 mgr.smithi044.dprgyk (mgr.14182) 370 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:49.288119+0000 mgr.smithi044.dprgyk (mgr.14182) 369 : 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-08T02:53:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:49.524194+0000 mgr.smithi044.dprgyk (mgr.14182) 370 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:52.386 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:52.387 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:52.778 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:53.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:51.288650+0000 mgr.smithi044.dprgyk (mgr.14182) 371 : 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-08T02:53:53.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:51.288650+0000 mgr.smithi044.dprgyk (mgr.14182) 371 : 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-08T02:53:53.780 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:54.458 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:52.383578+0000 mgr.smithi044.dprgyk (mgr.14182) 372 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:54.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:52.383578+0000 mgr.smithi044.dprgyk (mgr.14182) 372 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:55.239 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:55.239 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:55.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:53.289212+0000 mgr.smithi044.dprgyk (mgr.14182) 373 : 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-08T02:53:55.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:53.289212+0000 mgr.smithi044.dprgyk (mgr.14182) 373 : 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-08T02:53:55.630 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:56.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:55.235879+0000 mgr.smithi044.dprgyk (mgr.14182) 374 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:56.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:55.235879+0000 mgr.smithi044.dprgyk (mgr.14182) 374 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:56.632 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:57.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:55.289696+0000 mgr.smithi044.dprgyk (mgr.14182) 375 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:57.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:55.289696+0000 mgr.smithi044.dprgyk (mgr.14182) 375 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:53:58.062 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:53:58.062 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:58.452 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:53:59.453 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:59.488 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:57.290204+0000 mgr.smithi044.dprgyk (mgr.14182) 376 : cluster [DBG] pgmap v245: 97 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-08T02:53:59.489 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:53:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:53:58.058955+0000 mgr.smithi044.dprgyk (mgr.14182) 377 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:59.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:57.290204+0000 mgr.smithi044.dprgyk (mgr.14182) 376 : cluster [DBG] pgmap v245: 97 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-08T02:53:59.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:53:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:53:58.058955+0000 mgr.smithi044.dprgyk (mgr.14182) 377 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:00.880 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:00.880 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:01.267 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:01.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:53:59.290855+0000 mgr.smithi044.dprgyk (mgr.14182) 378 : 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-08T02:54:01.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:53:59.290855+0000 mgr.smithi044.dprgyk (mgr.14182) 378 : 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-08T02:54:02.268 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:02.303 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:00.877006+0000 mgr.smithi044.dprgyk (mgr.14182) 379 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:02.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:00.877006+0000 mgr.smithi044.dprgyk (mgr.14182) 379 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:03.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:01.291416+0000 mgr.smithi044.dprgyk (mgr.14182) 380 : 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-08T02:54:03.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:01.291416+0000 mgr.smithi044.dprgyk (mgr.14182) 380 : 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-08T02:54:03.723 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:03.724 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:04.096 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:05.098 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:05.438 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:03.292019+0000 mgr.smithi044.dprgyk (mgr.14182) 381 : 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-08T02:54:05.439 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:03.720231+0000 mgr.smithi044.dprgyk (mgr.14182) 382 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:05.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:03.292019+0000 mgr.smithi044.dprgyk (mgr.14182) 381 : 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-08T02:54:05.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:03.720231+0000 mgr.smithi044.dprgyk (mgr.14182) 382 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:06.571 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:06.572 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:06.967 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:07.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:05.292529+0000 mgr.smithi044.dprgyk (mgr.14182) 383 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:54:07.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:05.292529+0000 mgr.smithi044.dprgyk (mgr.14182) 383 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:54:07.968 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:08.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:06.568141+0000 mgr.smithi044.dprgyk (mgr.14182) 384 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:08.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:06.568141+0000 mgr.smithi044.dprgyk (mgr.14182) 384 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:09.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:07.293192+0000 mgr.smithi044.dprgyk (mgr.14182) 385 : cluster [DBG] pgmap v250: 97 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-08T02:54:09.470 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:09.471 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:09.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:07.293192+0000 mgr.smithi044.dprgyk (mgr.14182) 385 : cluster [DBG] pgmap v250: 97 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-08T02:54:09.861 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:10.862 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:09.293665+0000 mgr.smithi044.dprgyk (mgr.14182) 386 : 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-08T02:54:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:09.467668+0000 mgr.smithi044.dprgyk (mgr.14182) 387 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:11.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:09.293665+0000 mgr.smithi044.dprgyk (mgr.14182) 386 : 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-08T02:54:11.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:09.467668+0000 mgr.smithi044.dprgyk (mgr.14182) 387 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:12.349 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:12.350 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:12.735 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:13.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:11.294231+0000 mgr.smithi044.dprgyk (mgr.14182) 388 : 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-08T02:54:13.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:11.294231+0000 mgr.smithi044.dprgyk (mgr.14182) 388 : 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-08T02:54:13.736 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:12.346315+0000 mgr.smithi044.dprgyk (mgr.14182) 389 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:14.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:12.346315+0000 mgr.smithi044.dprgyk (mgr.14182) 389 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:15.295 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:15.295 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:15.505 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:13.294721+0000 mgr.smithi044.dprgyk (mgr.14182) 390 : 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-08T02:54:15.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:13.294721+0000 mgr.smithi044.dprgyk (mgr.14182) 390 : 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-08T02:54:15.717 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:16.718 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:17.446 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:15.291416+0000 mgr.smithi044.dprgyk (mgr.14182) 391 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:17.447 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:15.295175+0000 mgr.smithi044.dprgyk (mgr.14182) 392 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:54:17.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:15.291416+0000 mgr.smithi044.dprgyk (mgr.14182) 391 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:17.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:15.295175+0000 mgr.smithi044.dprgyk (mgr.14182) 392 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:54:18.187 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:18.188 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:18.578 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:19.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:17.295782+0000 mgr.smithi044.dprgyk (mgr.14182) 393 : cluster [DBG] pgmap v255: 97 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-08T02:54:19.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:18.184372+0000 mgr.smithi044.dprgyk (mgr.14182) 394 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:17.295782+0000 mgr.smithi044.dprgyk (mgr.14182) 393 : cluster [DBG] pgmap v255: 97 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-08T02:54:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:18.184372+0000 mgr.smithi044.dprgyk (mgr.14182) 394 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:19.579 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:21.079 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:21.079 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:21.467 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:19.296334+0000 mgr.smithi044.dprgyk (mgr.14182) 395 : 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-08T02:54:21.492 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:21.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:19.296334+0000 mgr.smithi044.dprgyk (mgr.14182) 395 : 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-08T02:54:22.493 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:22.528 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:21.075349+0000 mgr.smithi044.dprgyk (mgr.14182) 396 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:22.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:21.075349+0000 mgr.smithi044.dprgyk (mgr.14182) 396 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:23.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:21.296813+0000 mgr.smithi044.dprgyk (mgr.14182) 397 : 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-08T02:54:23.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:21.296813+0000 mgr.smithi044.dprgyk (mgr.14182) 397 : 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-08T02:54:23.977 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:23.978 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:24.358 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:25.359 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:25.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:23.297309+0000 mgr.smithi044.dprgyk (mgr.14182) 398 : 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-08T02:54:25.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:23.974527+0000 mgr.smithi044.dprgyk (mgr.14182) 399 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:25.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:23.297309+0000 mgr.smithi044.dprgyk (mgr.14182) 398 : 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-08T02:54:25.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:23.974527+0000 mgr.smithi044.dprgyk (mgr.14182) 399 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:26.757 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:26.757 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:27.149 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:27.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:25.297898+0000 mgr.smithi044.dprgyk (mgr.14182) 400 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:54:27.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:25.297898+0000 mgr.smithi044.dprgyk (mgr.14182) 400 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:54:28.150 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:28.519 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:26.753871+0000 mgr.smithi044.dprgyk (mgr.14182) 401 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:28.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:26.753871+0000 mgr.smithi044.dprgyk (mgr.14182) 401 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:29.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:27.298578+0000 mgr.smithi044.dprgyk (mgr.14182) 402 : cluster [DBG] pgmap v260: 97 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-08T02:54:29.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:27.298578+0000 mgr.smithi044.dprgyk (mgr.14182) 402 : cluster [DBG] pgmap v260: 97 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-08T02:54:29.586 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:29.586 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:29.974 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:30.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:29.299142+0000 mgr.smithi044.dprgyk (mgr.14182) 403 : 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-08T02:54:30.582 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:29.583219+0000 mgr.smithi044.dprgyk (mgr.14182) 404 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:30.582 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:29.299142+0000 mgr.smithi044.dprgyk (mgr.14182) 403 : 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-08T02:54:30.583 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:29.583219+0000 mgr.smithi044.dprgyk (mgr.14182) 404 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:30.975 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:32.480 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:32.480 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:32.790 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:31.299643+0000 mgr.smithi044.dprgyk (mgr.14182) 405 : 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-08T02:54:32.849 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:33.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:31.299643+0000 mgr.smithi044.dprgyk (mgr.14182) 405 : 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-08T02:54:33.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:32.476610+0000 mgr.smithi044.dprgyk (mgr.14182) 406 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:33.850 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:34.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:32.476610+0000 mgr.smithi044.dprgyk (mgr.14182) 406 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:34.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:33.300435+0000 mgr.smithi044.dprgyk (mgr.14182) 407 : 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-08T02:54:35.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:33.300435+0000 mgr.smithi044.dprgyk (mgr.14182) 407 : 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-08T02:54:35.258 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:35.259 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:35.639 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:36.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:35.255500+0000 mgr.smithi044.dprgyk (mgr.14182) 408 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:36.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:35.255500+0000 mgr.smithi044.dprgyk (mgr.14182) 408 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:36.641 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:36.994 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:35.301093+0000 mgr.smithi044.dprgyk (mgr.14182) 409 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:54:37.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:35.301093+0000 mgr.smithi044.dprgyk (mgr.14182) 409 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:54:38.057 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:38.057 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:38.473 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:38.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:37.301631+0000 mgr.smithi044.dprgyk (mgr.14182) 410 : cluster [DBG] pgmap v265: 97 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-08T02:54:38.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:38.054058+0000 mgr.smithi044.dprgyk (mgr.14182) 411 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:39.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:37.301631+0000 mgr.smithi044.dprgyk (mgr.14182) 410 : cluster [DBG] pgmap v265: 97 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-08T02:54:39.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:38.054058+0000 mgr.smithi044.dprgyk (mgr.14182) 411 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:39.474 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:40.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:39.302134+0000 mgr.smithi044.dprgyk (mgr.14182) 412 : 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-08T02:54:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:54:39.929754+0000 mgr.smithi044.dprgyk (mgr.14182) 413 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:40.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.fpqiat ... 2023-11-08T02:54:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:54:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:52:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:53:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:54:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:54:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Traceback (most recent call last): 2023-11-08T02:54:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:54:40.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: yield (conn, connr) 2023-11-08T02:54:40.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:54:40.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: code, '\n'.join(err))) 2023-11-08T02:54:40.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:40.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:40.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:40.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:40.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.fpqiat ... 2023-11-08T02:54:40.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:40.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:54:40.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:52:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:53:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:54:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:54:40.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:40.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:54:39.929956+0000 mgr.smithi044.dprgyk (mgr.14182) 414 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:40.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:39.930322+0000 mon.smithi044 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi044.fpqiat"}]: dispatch 2023-11-08T02:54:40.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:54:39.931056+0000 mgr.smithi044.dprgyk (mgr.14182) 415 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:40.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:40.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:40.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:40.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.fpqiat ... 2023-11-08T02:54:40.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:40.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:54:40.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:52:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:53:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:54:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:40.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:54:40.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:40.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:39.935607+0000 mon.smithi044 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:40.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:54:39.935940+0000 mgr.smithi044.dprgyk (mgr.14182) 416 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:54:40.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:54:39.937267+0000 mgr.smithi044.dprgyk (mgr.14182) 417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:54:40.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:39.938151+0000 mgr.smithi044.dprgyk (mgr.14182) 418 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-08T02:54:40.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:39.938324+0000 mon.smithi044 (mon.0) 664 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:54:41.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:39.302134+0000 mgr.smithi044.dprgyk (mgr.14182) 412 : 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-08T02:54:41.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:54:39.929754+0000 mgr.smithi044.dprgyk (mgr.14182) 413 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:41.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:41.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:41.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:41.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.fpqiat ... 2023-11-08T02:54:41.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:41.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:54:41.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:52:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:53:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:54:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:54:41.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:41.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Traceback (most recent call last): 2023-11-08T02:54:41.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:54:41.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: yield (conn, connr) 2023-11-08T02:54:41.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:54:41.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: code, '\n'.join(err))) 2023-11-08T02:54:41.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:41.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:41.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:41.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:41.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.fpqiat ... 2023-11-08T02:54:41.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:41.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:54:41.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:52:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:53:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:54:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:54:41.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:41.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:54:39.929956+0000 mgr.smithi044.dprgyk (mgr.14182) 414 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:41.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:39.930322+0000 mon.smithi044 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi044.fpqiat"}]: dispatch 2023-11-08T02:54:41.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:54:39.931056+0000 mgr.smithi044.dprgyk (mgr.14182) 415 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:41.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat 2023-11-08T02:54:41.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:41.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat 2023-11-08T02:54:41.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.fpqiat ... 2023-11-08T02:54:41.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:41.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:54:41.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:52:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:53:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:54:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:54:41.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:54:41.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:54:41.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:39.935607+0000 mon.smithi044 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:41.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:54:39.935940+0000 mgr.smithi044.dprgyk (mgr.14182) 416 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:54:41.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:54:39.937267+0000 mgr.smithi044.dprgyk (mgr.14182) 417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:54:41.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:39.938151+0000 mgr.smithi044.dprgyk (mgr.14182) 418 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-08T02:54:41.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:39.938324+0000 mon.smithi044 (mon.0) 664 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:54:41.112 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:41.113 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:49:39.547093Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:49:37.071269Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:49:39.547239Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:49:37.072019Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:49:37.071458Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:49:37.071548Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:49:37.071629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:49:37.071706Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:49:39.547377Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:41.658 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-08T02:54:41.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:40.933648+0000 mon.smithi044 (mon.0) 665 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:54:41.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:41.109461+0000 mgr.smithi044.dprgyk (mgr.14182) 419 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:41.974 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:41.369513+0000 mon.smithi044 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:40.933648+0000 mon.smithi044 (mon.0) 665 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:54:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:41.109461+0000 mgr.smithi044.dprgyk (mgr.14182) 419 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:41.369513+0000 mon.smithi044 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:42.659 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:42.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:41.938982+0000 mgr.smithi044.dprgyk (mgr.14182) 420 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-08T02:54:43.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:41.938982+0000 mgr.smithi044.dprgyk (mgr.14182) 420 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-08T02:54:44.345 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:44.345 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:44.647 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:43.499170+0000 mon.smithi044 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:44.648 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:43.939598+0000 mgr.smithi044.dprgyk (mgr.14182) 421 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-08T02:54:44.648 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:44.221985+0000 mon.smithi044 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:44.768 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-08T02:54:44.769 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T02:54:44.779 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-08T02:54:44.779 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:44.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:43.499170+0000 mon.smithi044 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:44.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:43.939598+0000 mgr.smithi044.dprgyk (mgr.14182) 421 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-08T02:54:44.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:44.221985+0000 mon.smithi044 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:45.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:44.337358+0000 mgr.smithi044.dprgyk (mgr.14182) 422 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:45.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:44.813759+0000 mon.smithi044 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:54:45.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:44.814743+0000 mon.smithi044 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:54:45.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:44.819510+0000 mon.smithi044 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:45.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:44.820086+0000 mgr.smithi044.dprgyk (mgr.14182) 423 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2023-11-08T02:54:45.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:44.824186+0000 mon.smithi044 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:54:45.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:44.832607+0000 mon.smithi044 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:45.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:54:44.834845+0000 mgr.smithi044.dprgyk (mgr.14182) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.ckexjh on smithi087 2023-11-08T02:54:45.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:44.337358+0000 mgr.smithi044.dprgyk (mgr.14182) 422 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:45.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:44.813759+0000 mon.smithi044 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:54:45.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:44.814743+0000 mon.smithi044 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:54:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:44.819510+0000 mon.smithi044 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:44.820086+0000 mgr.smithi044.dprgyk (mgr.14182) 423 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2023-11-08T02:54:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:44.824186+0000 mon.smithi044 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:54:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:44.832607+0000 mon.smithi044 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:54:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:54:44.834845+0000 mgr.smithi044.dprgyk (mgr.14182) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.ckexjh on smithi087 2023-11-08T02:54:46.369 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:46.370 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:46.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:47.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:45.817703+0000 mon.smithi044 (mon.0) 674 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:54:47.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:45.817764+0000 mon.smithi044 (mon.0) 675 : cluster [INF] Cluster is now healthy 2023-11-08T02:54:47.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:45.817703+0000 mon.smithi044 (mon.0) 674 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:54:47.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:45.817764+0000 mon.smithi044 (mon.0) 675 : cluster [INF] Cluster is now healthy 2023-11-08T02:54:47.765 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:48.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:46.366144+0000 mgr.smithi044.dprgyk (mgr.14182) 425 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:48.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:46.820635+0000 mgr.smithi044.dprgyk (mgr.14182) 426 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2023-11-08T02:54:48.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:46.366144+0000 mgr.smithi044.dprgyk (mgr.14182) 425 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:48.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:46.820635+0000 mgr.smithi044.dprgyk (mgr.14182) 426 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2023-11-08T02:54:49.205 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:49.205 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:49.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:50.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:48.821150+0000 mgr.smithi044.dprgyk (mgr.14182) 427 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2023-11-08T02:54:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:49.201036+0000 mgr.smithi044.dprgyk (mgr.14182) 428 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:50.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:48.821150+0000 mgr.smithi044.dprgyk (mgr.14182) 427 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2023-11-08T02:54:50.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:49.201036+0000 mgr.smithi044.dprgyk (mgr.14182) 428 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:50.591 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:51.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:50.821604+0000 mgr.smithi044.dprgyk (mgr.14182) 429 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:54:52.035 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:52.036 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:52.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:50.821604+0000 mgr.smithi044.dprgyk (mgr.14182) 429 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:54:52.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:53.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:52.032344+0000 mgr.smithi044.dprgyk (mgr.14182) 430 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:53.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:52.032344+0000 mgr.smithi044.dprgyk (mgr.14182) 430 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:53.417 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:53.765 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:52.822160+0000 mgr.smithi044.dprgyk (mgr.14182) 431 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:54:53.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:52.822160+0000 mgr.smithi044.dprgyk (mgr.14182) 431 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:54:54.796 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:54.796 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:55.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:56.211 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:56.248 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:54.792683+0000 mgr.smithi044.dprgyk (mgr.14182) 432 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:56.249 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:54.822710+0000 mgr.smithi044.dprgyk (mgr.14182) 433 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:54:56.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:54.792683+0000 mgr.smithi044.dprgyk (mgr.14182) 432 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:56.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:54.822710+0000 mgr.smithi044.dprgyk (mgr.14182) 433 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-08T02:54:57.722 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:54:57.723 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:58.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:56.823290+0000 mgr.smithi044.dprgyk (mgr.14182) 434 : cluster [DBG] pgmap v276: 97 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-08T02:54:58.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:58.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:56.823290+0000 mgr.smithi044.dprgyk (mgr.14182) 434 : cluster [DBG] pgmap v276: 97 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-08T02:54:59.112 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:59.148 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:54:57.718834+0000 mgr.smithi044.dprgyk (mgr.14182) 435 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:59.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:54:57.718834+0000 mgr.smithi044.dprgyk (mgr.14182) 435 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:00.186 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:54:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:54:58.824032+0000 mgr.smithi044.dprgyk (mgr.14182) 436 : 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-08T02:55:00.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:54:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:54:58.824032+0000 mgr.smithi044.dprgyk (mgr.14182) 436 : 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-08T02:55:00.608 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:00.608 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:01.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:01.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:00.605187+0000 mgr.smithi044.dprgyk (mgr.14182) 437 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:01.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:00.824815+0000 mgr.smithi044.dprgyk (mgr.14182) 438 : 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-08T02:55:02.004 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:02.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:00.605187+0000 mgr.smithi044.dprgyk (mgr.14182) 437 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:02.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:00.824815+0000 mgr.smithi044.dprgyk (mgr.14182) 438 : 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-08T02:55:03.429 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:03.430 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:03.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:04.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:02.825559+0000 mgr.smithi044.dprgyk (mgr.14182) 439 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:04.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:02.825559+0000 mgr.smithi044.dprgyk (mgr.14182) 439 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:04.821 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:05.164 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:03.426316+0000 mgr.smithi044.dprgyk (mgr.14182) 440 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:05.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:03.426316+0000 mgr.smithi044.dprgyk (mgr.14182) 440 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:06.269 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:06.269 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:06.297 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:04.826215+0000 mgr.smithi044.dprgyk (mgr.14182) 441 : 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-08T02:55:06.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:04.826215+0000 mgr.smithi044.dprgyk (mgr.14182) 441 : 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-08T02:55:06.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:07.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:06.265469+0000 mgr.smithi044.dprgyk (mgr.14182) 442 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:07.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:06.265469+0000 mgr.smithi044.dprgyk (mgr.14182) 442 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:07.681 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:08.031 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:06.826740+0000 mgr.smithi044.dprgyk (mgr.14182) 443 : cluster [DBG] pgmap v281: 97 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-08T02:55:08.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:06.826740+0000 mgr.smithi044.dprgyk (mgr.14182) 443 : cluster [DBG] pgmap v281: 97 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-08T02:55:09.236 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:09.236 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:09.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:10.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:08.827282+0000 mgr.smithi044.dprgyk (mgr.14182) 444 : 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-08T02:55:10.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:09.232791+0000 mgr.smithi044.dprgyk (mgr.14182) 445 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:10.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:08.827282+0000 mgr.smithi044.dprgyk (mgr.14182) 444 : 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-08T02:55:10.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:09.232791+0000 mgr.smithi044.dprgyk (mgr.14182) 445 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:10.620 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:11.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:10.828002+0000 mgr.smithi044.dprgyk (mgr.14182) 446 : 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-08T02:55:12.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:10.828002+0000 mgr.smithi044.dprgyk (mgr.14182) 446 : 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-08T02:55:12.064 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:12.064 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:12.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:13.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:12.061036+0000 mgr.smithi044.dprgyk (mgr.14182) 447 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:13.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:12.061036+0000 mgr.smithi044.dprgyk (mgr.14182) 447 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:13.429 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:13.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:12.828625+0000 mgr.smithi044.dprgyk (mgr.14182) 448 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:13.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:12.828625+0000 mgr.smithi044.dprgyk (mgr.14182) 448 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:14.980 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:14.980 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:15.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:16.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:14.829267+0000 mgr.smithi044.dprgyk (mgr.14182) 449 : 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-08T02:55:16.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:14.976534+0000 mgr.smithi044.dprgyk (mgr.14182) 450 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:16.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:14.829267+0000 mgr.smithi044.dprgyk (mgr.14182) 449 : 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-08T02:55:16.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:14.976534+0000 mgr.smithi044.dprgyk (mgr.14182) 450 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:16.420 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:17.892 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:17.893 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:18.293 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:16.829746+0000 mgr.smithi044.dprgyk (mgr.14182) 451 : cluster [DBG] pgmap v286: 97 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-08T02:55:18.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:16.829746+0000 mgr.smithi044.dprgyk (mgr.14182) 451 : cluster [DBG] pgmap v286: 97 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-08T02:55:18.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:19.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:17.889165+0000 mgr.smithi044.dprgyk (mgr.14182) 452 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:19.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:17.889165+0000 mgr.smithi044.dprgyk (mgr.14182) 452 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:19.320 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:20.006 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:18.830278+0000 mgr.smithi044.dprgyk (mgr.14182) 453 : 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-08T02:55:20.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:18.830278+0000 mgr.smithi044.dprgyk (mgr.14182) 453 : 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-08T02:55:20.756 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:20.756 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:21.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:21.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:20.752842+0000 mgr.smithi044.dprgyk (mgr.14182) 454 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:21.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:20.830763+0000 mgr.smithi044.dprgyk (mgr.14182) 455 : 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-08T02:55:22.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:20.752842+0000 mgr.smithi044.dprgyk (mgr.14182) 454 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:22.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:20.830763+0000 mgr.smithi044.dprgyk (mgr.14182) 455 : 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-08T02:55:22.168 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:23.664 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:23.664 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:24.035 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:22.831370+0000 mgr.smithi044.dprgyk (mgr.14182) 456 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:24.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:24.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:22.831370+0000 mgr.smithi044.dprgyk (mgr.14182) 456 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:25.061 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:25.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:23.660584+0000 mgr.smithi044.dprgyk (mgr.14182) 457 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:25.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:23.660584+0000 mgr.smithi044.dprgyk (mgr.14182) 457 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:26.215 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:24.832008+0000 mgr.smithi044.dprgyk (mgr.14182) 458 : 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-08T02:55:26.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:24.832008+0000 mgr.smithi044.dprgyk (mgr.14182) 458 : 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-08T02:55:26.616 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:26.617 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:27.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:28.036 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:28.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:26.613265+0000 mgr.smithi044.dprgyk (mgr.14182) 459 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:28.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:26.832524+0000 mgr.smithi044.dprgyk (mgr.14182) 460 : cluster [DBG] pgmap v291: 97 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-08T02:55:28.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:26.613265+0000 mgr.smithi044.dprgyk (mgr.14182) 459 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:28.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:26.832524+0000 mgr.smithi044.dprgyk (mgr.14182) 460 : cluster [DBG] pgmap v291: 97 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-08T02:55:29.570 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:29.571 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:29.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:30.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:28.833207+0000 mgr.smithi044.dprgyk (mgr.14182) 461 : 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-08T02:55:30.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:28.833207+0000 mgr.smithi044.dprgyk (mgr.14182) 461 : 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-08T02:55:30.963 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:29.567105+0000 mgr.smithi044.dprgyk (mgr.14182) 462 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:31.310 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:29.567105+0000 mgr.smithi044.dprgyk (mgr.14182) 462 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:31.905 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:30.833889+0000 mgr.smithi044.dprgyk (mgr.14182) 463 : 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-08T02:55:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:30.833889+0000 mgr.smithi044.dprgyk (mgr.14182) 463 : 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-08T02:55:32.381 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:32.381 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:32.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:33.792 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:34.144 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:32.377778+0000 mgr.smithi044.dprgyk (mgr.14182) 464 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:34.145 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:32.834464+0000 mgr.smithi044.dprgyk (mgr.14182) 465 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:32.377778+0000 mgr.smithi044.dprgyk (mgr.14182) 464 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:32.834464+0000 mgr.smithi044.dprgyk (mgr.14182) 465 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:35.212 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:35.212 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:35.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:36.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:34.835018+0000 mgr.smithi044.dprgyk (mgr.14182) 466 : 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-08T02:55:36.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:35.208558+0000 mgr.smithi044.dprgyk (mgr.14182) 467 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:36.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:34.835018+0000 mgr.smithi044.dprgyk (mgr.14182) 466 : 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-08T02:55:36.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:35.208558+0000 mgr.smithi044.dprgyk (mgr.14182) 467 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:36.608 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:38.061 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:38.061 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:38.236 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:36.835446+0000 mgr.smithi044.dprgyk (mgr.14182) 468 : cluster [DBG] pgmap v296: 97 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-08T02:55:38.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:36.835446+0000 mgr.smithi044.dprgyk (mgr.14182) 468 : cluster [DBG] pgmap v296: 97 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-08T02:55:38.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:39.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:38.058075+0000 mgr.smithi044.dprgyk (mgr.14182) 469 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:39.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:38.058075+0000 mgr.smithi044.dprgyk (mgr.14182) 469 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:39.449 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:40.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:38.836086+0000 mgr.smithi044.dprgyk (mgr.14182) 470 : 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-08T02:55:40.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:38.836086+0000 mgr.smithi044.dprgyk (mgr.14182) 470 : 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-08T02:55:40.939 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:40.939 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:41.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:41.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:40.836533+0000 mgr.smithi044.dprgyk (mgr.14182) 471 : 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-08T02:55:41.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:40.935093+0000 mgr.smithi044.dprgyk (mgr.14182) 472 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:42.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:40.836533+0000 mgr.smithi044.dprgyk (mgr.14182) 471 : 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-08T02:55:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:40.935093+0000 mgr.smithi044.dprgyk (mgr.14182) 472 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:42.341 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:43.834 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:43.835 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:44.181 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:42.837013+0000 mgr.smithi044.dprgyk (mgr.14182) 473 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:44.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:44.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:42.837013+0000 mgr.smithi044.dprgyk (mgr.14182) 473 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:45.208 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:45.242 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:43.830855+0000 mgr.smithi044.dprgyk (mgr.14182) 474 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:45.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:43.830855+0000 mgr.smithi044.dprgyk (mgr.14182) 474 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:46.164 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:44.837611+0000 mgr.smithi044.dprgyk (mgr.14182) 475 : 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-08T02:55:46.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:44.837611+0000 mgr.smithi044.dprgyk (mgr.14182) 475 : 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-08T02:55:46.700 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:46.700 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:47.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:48.065 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:46.696345+0000 mgr.smithi044.dprgyk (mgr.14182) 476 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:46.838099+0000 mgr.smithi044.dprgyk (mgr.14182) 477 : cluster [DBG] pgmap v301: 97 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-08T02:55:48.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:46.696345+0000 mgr.smithi044.dprgyk (mgr.14182) 476 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:48.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:46.838099+0000 mgr.smithi044.dprgyk (mgr.14182) 477 : cluster [DBG] pgmap v301: 97 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-08T02:55:49.608 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:49.609 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:50.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:48.838658+0000 mgr.smithi044.dprgyk (mgr.14182) 478 : 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-08T02:55:50.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:48.838658+0000 mgr.smithi044.dprgyk (mgr.14182) 478 : 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-08T02:55:51.055 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:51.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:49.605525+0000 mgr.smithi044.dprgyk (mgr.14182) 479 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:51.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:49.605525+0000 mgr.smithi044.dprgyk (mgr.14182) 479 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:52.179 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:50.839319+0000 mgr.smithi044.dprgyk (mgr.14182) 480 : 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-08T02:55:52.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:50.839319+0000 mgr.smithi044.dprgyk (mgr.14182) 480 : 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-08T02:55:52.596 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:52.597 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:52.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:53.990 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:54.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:52.592679+0000 mgr.smithi044.dprgyk (mgr.14182) 481 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:54.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:52.839955+0000 mgr.smithi044.dprgyk (mgr.14182) 482 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:54.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:52.592679+0000 mgr.smithi044.dprgyk (mgr.14182) 481 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:54.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:52.839955+0000 mgr.smithi044.dprgyk (mgr.14182) 482 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:55:55.437 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:55.437 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:55.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:56.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:54.840660+0000 mgr.smithi044.dprgyk (mgr.14182) 483 : 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-08T02:55:56.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:54.840660+0000 mgr.smithi044.dprgyk (mgr.14182) 483 : 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-08T02:55:56.823 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:55:57.165 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:55.433403+0000 mgr.smithi044.dprgyk (mgr.14182) 484 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:57.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:55.433403+0000 mgr.smithi044.dprgyk (mgr.14182) 484 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:58.271 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:55:58.271 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:55:58.297 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:56.841167+0000 mgr.smithi044.dprgyk (mgr.14182) 485 : cluster [DBG] pgmap v306: 97 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-08T02:55:58.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:56.841167+0000 mgr.smithi044.dprgyk (mgr.14182) 485 : cluster [DBG] pgmap v306: 97 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-08T02:55:58.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:55:59.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:55:58.267503+0000 mgr.smithi044.dprgyk (mgr.14182) 486 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:59.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:55:58.267503+0000 mgr.smithi044.dprgyk (mgr.14182) 486 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:55:59.673 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:00.023 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:55:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:55:58.841735+0000 mgr.smithi044.dprgyk (mgr.14182) 487 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:00.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:55:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:55:58.841735+0000 mgr.smithi044.dprgyk (mgr.14182) 487 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:01.142 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:01.143 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:01.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:01.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:00.842261+0000 mgr.smithi044.dprgyk (mgr.14182) 488 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:01.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:01.139108+0000 mgr.smithi044.dprgyk (mgr.14182) 489 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:02.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:00.842261+0000 mgr.smithi044.dprgyk (mgr.14182) 488 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:02.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:01.139108+0000 mgr.smithi044.dprgyk (mgr.14182) 489 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:02.555 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:04.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:02.842753+0000 mgr.smithi044.dprgyk (mgr.14182) 490 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:04.068 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:04.069 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:04.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:02.842753+0000 mgr.smithi044.dprgyk (mgr.14182) 490 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:04.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:05.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:04.065267+0000 mgr.smithi044.dprgyk (mgr.14182) 491 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:05.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:04.065267+0000 mgr.smithi044.dprgyk (mgr.14182) 491 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:05.500 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:06.274 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:04.843263+0000 mgr.smithi044.dprgyk (mgr.14182) 492 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:06.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:04.843263+0000 mgr.smithi044.dprgyk (mgr.14182) 492 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:07.044 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:07.045 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:07.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:08.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:06.843712+0000 mgr.smithi044.dprgyk (mgr.14182) 493 : cluster [DBG] pgmap v311: 97 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-08T02:56:08.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:07.041415+0000 mgr.smithi044.dprgyk (mgr.14182) 494 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:08.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:06.843712+0000 mgr.smithi044.dprgyk (mgr.14182) 493 : cluster [DBG] pgmap v311: 97 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-08T02:56:08.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:07.041415+0000 mgr.smithi044.dprgyk (mgr.14182) 494 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:08.441 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:09.983 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:09.983 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:10.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:08.844202+0000 mgr.smithi044.dprgyk (mgr.14182) 495 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:10.310 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:08.844202+0000 mgr.smithi044.dprgyk (mgr.14182) 495 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:10.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:11.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:09.980106+0000 mgr.smithi044.dprgyk (mgr.14182) 496 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:11.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:09.980106+0000 mgr.smithi044.dprgyk (mgr.14182) 496 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:11.363 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:12.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:10.844845+0000 mgr.smithi044.dprgyk (mgr.14182) 497 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:12.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:10.844845+0000 mgr.smithi044.dprgyk (mgr.14182) 497 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:12.897 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:12.897 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:13.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:14.271 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:14.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:12.845242+0000 mgr.smithi044.dprgyk (mgr.14182) 498 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:14.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:12.893887+0000 mgr.smithi044.dprgyk (mgr.14182) 499 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:14.307 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:12.845242+0000 mgr.smithi044.dprgyk (mgr.14182) 498 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:14.307 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:12.893887+0000 mgr.smithi044.dprgyk (mgr.14182) 499 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:15.807 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:15.808 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:16.151 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:14.845788+0000 mgr.smithi044.dprgyk (mgr.14182) 500 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:16.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:16.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:14.845788+0000 mgr.smithi044.dprgyk (mgr.14182) 500 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:56:17.236 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:17.271 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:15.803617+0000 mgr.smithi044.dprgyk (mgr.14182) 501 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:17.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:15.803617+0000 mgr.smithi044.dprgyk (mgr.14182) 501 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:18.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:16.846377+0000 mgr.smithi044.dprgyk (mgr.14182) 502 : 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-08T02:56:18.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:16.846377+0000 mgr.smithi044.dprgyk (mgr.14182) 502 : 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-08T02:56:18.747 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:18.747 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:19.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:20.135 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:20.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:18.744022+0000 mgr.smithi044.dprgyk (mgr.14182) 503 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:20.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:18.847039+0000 mgr.smithi044.dprgyk (mgr.14182) 504 : 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-08T02:56:20.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:18.744022+0000 mgr.smithi044.dprgyk (mgr.14182) 503 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:20.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:18.847039+0000 mgr.smithi044.dprgyk (mgr.14182) 504 : 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-08T02:56:21.641 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:21.641 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:21.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:20.847537+0000 mgr.smithi044.dprgyk (mgr.14182) 505 : 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-08T02:56:22.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:22.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:20.847537+0000 mgr.smithi044.dprgyk (mgr.14182) 505 : 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-08T02:56:23.036 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:23.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:21.637555+0000 mgr.smithi044.dprgyk (mgr.14182) 506 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:23.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:21.637555+0000 mgr.smithi044.dprgyk (mgr.14182) 506 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:23.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:22.848098+0000 mgr.smithi044.dprgyk (mgr.14182) 507 : 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-08T02:56:24.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:22.848098+0000 mgr.smithi044.dprgyk (mgr.14182) 507 : 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-08T02:56:24.499 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:24.500 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:24.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:25.885 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:26.263 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:24.496442+0000 mgr.smithi044.dprgyk (mgr.14182) 508 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:26.263 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:24.848683+0000 mgr.smithi044.dprgyk (mgr.14182) 509 : 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-08T02:56:26.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:24.496442+0000 mgr.smithi044.dprgyk (mgr.14182) 508 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:26.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:24.848683+0000 mgr.smithi044.dprgyk (mgr.14182) 509 : 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-08T02:56:27.363 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:27.363 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:27.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:28.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:26.849164+0000 mgr.smithi044.dprgyk (mgr.14182) 510 : 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-08T02:56:28.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:26.849164+0000 mgr.smithi044.dprgyk (mgr.14182) 510 : 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-08T02:56:28.783 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:29.119 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:27.359624+0000 mgr.smithi044.dprgyk (mgr.14182) 511 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:29.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:27.359624+0000 mgr.smithi044.dprgyk (mgr.14182) 511 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:30.274 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:30.274 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:30.300 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:28.849675+0000 mgr.smithi044.dprgyk (mgr.14182) 512 : 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-08T02:56:30.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:28.849675+0000 mgr.smithi044.dprgyk (mgr.14182) 512 : 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-08T02:56:30.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:31.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:30.270414+0000 mgr.smithi044.dprgyk (mgr.14182) 513 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:31.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:30.270414+0000 mgr.smithi044.dprgyk (mgr.14182) 513 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:31.634 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:31.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:30.850356+0000 mgr.smithi044.dprgyk (mgr.14182) 514 : 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-08T02:56:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:30.850356+0000 mgr.smithi044.dprgyk (mgr.14182) 514 : 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-08T02:56:33.243 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:33.244 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:33.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:32.850829+0000 mgr.smithi044.dprgyk (mgr.14182) 515 : 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-08T02:56:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:33.240625+0000 mgr.smithi044.dprgyk (mgr.14182) 516 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:34.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:32.850829+0000 mgr.smithi044.dprgyk (mgr.14182) 515 : 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-08T02:56:34.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:33.240625+0000 mgr.smithi044.dprgyk (mgr.14182) 516 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:34.659 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:36.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:34.851335+0000 mgr.smithi044.dprgyk (mgr.14182) 517 : 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-08T02:56:36.151 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:36.152 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:36.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:34.851335+0000 mgr.smithi044.dprgyk (mgr.14182) 517 : 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-08T02:56:36.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:37.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:36.148431+0000 mgr.smithi044.dprgyk (mgr.14182) 518 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:37.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:36.148431+0000 mgr.smithi044.dprgyk (mgr.14182) 518 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:37.543 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:38.245 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:36.851922+0000 mgr.smithi044.dprgyk (mgr.14182) 519 : 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-08T02:56:38.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:36.851922+0000 mgr.smithi044.dprgyk (mgr.14182) 519 : 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-08T02:56:39.054 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:39.054 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:39.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:40.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:38.852382+0000 mgr.smithi044.dprgyk (mgr.14182) 520 : 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-08T02:56:40.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:39.050393+0000 mgr.smithi044.dprgyk (mgr.14182) 521 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:40.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:38.852382+0000 mgr.smithi044.dprgyk (mgr.14182) 520 : 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-08T02:56:40.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:39.050393+0000 mgr.smithi044.dprgyk (mgr.14182) 521 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:40.433 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:41.847 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:41.847 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:41.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:40.853125+0000 mgr.smithi044.dprgyk (mgr.14182) 522 : 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-08T02:56:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:40.853125+0000 mgr.smithi044.dprgyk (mgr.14182) 522 : 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-08T02:56:42.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:43.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:41.843308+0000 mgr.smithi044.dprgyk (mgr.14182) 523 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:43.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:41.843308+0000 mgr.smithi044.dprgyk (mgr.14182) 523 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:43.235 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:43.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:42.853719+0000 mgr.smithi044.dprgyk (mgr.14182) 524 : 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-08T02:56:43.944 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:42.853719+0000 mgr.smithi044.dprgyk (mgr.14182) 524 : 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-08T02:56:44.661 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:44.662 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:45.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:46.043 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:46.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:44.655259+0000 mgr.smithi044.dprgyk (mgr.14182) 525 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:46.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:44.854397+0000 mgr.smithi044.dprgyk (mgr.14182) 526 : 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-08T02:56:46.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:44.655259+0000 mgr.smithi044.dprgyk (mgr.14182) 525 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:46.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:44.854397+0000 mgr.smithi044.dprgyk (mgr.14182) 526 : 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-08T02:56:47.505 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:47.506 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:47.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:48.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:46.854928+0000 mgr.smithi044.dprgyk (mgr.14182) 527 : 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-08T02:56:48.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:46.854928+0000 mgr.smithi044.dprgyk (mgr.14182) 527 : 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-08T02:56:48.874 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:49.253 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:47.501881+0000 mgr.smithi044.dprgyk (mgr.14182) 528 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:49.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:47.501881+0000 mgr.smithi044.dprgyk (mgr.14182) 528 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:50.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:48.855605+0000 mgr.smithi044.dprgyk (mgr.14182) 529 : 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-08T02:56:50.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:48.855605+0000 mgr.smithi044.dprgyk (mgr.14182) 529 : 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-08T02:56:50.398 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:50.399 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:50.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:51.782 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:51.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:50.395604+0000 mgr.smithi044.dprgyk (mgr.14182) 530 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:51.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:50.856169+0000 mgr.smithi044.dprgyk (mgr.14182) 531 : 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-08T02:56:52.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:50.395604+0000 mgr.smithi044.dprgyk (mgr.14182) 530 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:52.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:50.856169+0000 mgr.smithi044.dprgyk (mgr.14182) 531 : 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-08T02:56:53.300 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:53.300 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:53.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:54.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:52.856700+0000 mgr.smithi044.dprgyk (mgr.14182) 532 : 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-08T02:56:54.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:52.856700+0000 mgr.smithi044.dprgyk (mgr.14182) 532 : 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-08T02:56:54.690 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:55.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:53.296450+0000 mgr.smithi044.dprgyk (mgr.14182) 533 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:55.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:53.296450+0000 mgr.smithi044.dprgyk (mgr.14182) 533 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:56.233 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:56.234 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:56.255 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:54.857274+0000 mgr.smithi044.dprgyk (mgr.14182) 534 : 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-08T02:56:56.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:54.857274+0000 mgr.smithi044.dprgyk (mgr.14182) 534 : 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-08T02:56:56.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:56:57.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:56.229707+0000 mgr.smithi044.dprgyk (mgr.14182) 535 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:57.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:56.229707+0000 mgr.smithi044.dprgyk (mgr.14182) 535 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:56:57.665 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:56:58.016 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:56.857811+0000 mgr.smithi044.dprgyk (mgr.14182) 536 : 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-08T02:56:58.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:56.857811+0000 mgr.smithi044.dprgyk (mgr.14182) 536 : 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-08T02:56:59.214 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:56:59.214 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:56:59.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:00.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:56:58.858421+0000 mgr.smithi044.dprgyk (mgr.14182) 537 : 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-08T02:57:00.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:56:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:56:59.210960+0000 mgr.smithi044.dprgyk (mgr.14182) 538 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:00.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:56:58.858421+0000 mgr.smithi044.dprgyk (mgr.14182) 537 : 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-08T02:57:00.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:56:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:56:59.210960+0000 mgr.smithi044.dprgyk (mgr.14182) 538 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:00.614 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:01.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:00.858958+0000 mgr.smithi044.dprgyk (mgr.14182) 539 : 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-08T02:57:02.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:00.858958+0000 mgr.smithi044.dprgyk (mgr.14182) 539 : 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-08T02:57:02.076 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:02.076 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:02.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:03.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:02.073113+0000 mgr.smithi044.dprgyk (mgr.14182) 540 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:03.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:02.073113+0000 mgr.smithi044.dprgyk (mgr.14182) 540 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:03.473 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:03.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:02.859468+0000 mgr.smithi044.dprgyk (mgr.14182) 541 : 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-08T02:57:03.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:02.859468+0000 mgr.smithi044.dprgyk (mgr.14182) 541 : 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-08T02:57:04.953 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:04.953 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:05.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:06.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:04.860093+0000 mgr.smithi044.dprgyk (mgr.14182) 542 : 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-08T02:57:06.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:04.949029+0000 mgr.smithi044.dprgyk (mgr.14182) 543 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:06.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:04.860093+0000 mgr.smithi044.dprgyk (mgr.14182) 542 : 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-08T02:57:06.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:04.949029+0000 mgr.smithi044.dprgyk (mgr.14182) 543 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:06.347 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:07.909 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:07.909 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:08.254 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:06.860597+0000 mgr.smithi044.dprgyk (mgr.14182) 544 : 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-08T02:57:08.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:06.860597+0000 mgr.smithi044.dprgyk (mgr.14182) 544 : 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-08T02:57:08.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:09.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:07.906040+0000 mgr.smithi044.dprgyk (mgr.14182) 545 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:09.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:07.906040+0000 mgr.smithi044.dprgyk (mgr.14182) 545 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:09.346 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:09.966 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:08.861287+0000 mgr.smithi044.dprgyk (mgr.14182) 546 : 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-08T02:57:10.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:08.861287+0000 mgr.smithi044.dprgyk (mgr.14182) 546 : 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-08T02:57:10.819 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:10.820 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:11.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:11.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:10.816129+0000 mgr.smithi044.dprgyk (mgr.14182) 547 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:11.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:10.861785+0000 mgr.smithi044.dprgyk (mgr.14182) 548 : 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-08T02:57:12.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:10.816129+0000 mgr.smithi044.dprgyk (mgr.14182) 547 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:12.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:10.861785+0000 mgr.smithi044.dprgyk (mgr.14182) 548 : 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-08T02:57:12.224 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:13.724 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:13.725 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:32.983987Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:14.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:12.862340+0000 mgr.smithi044.dprgyk (mgr.14182) 549 : 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-08T02:57:14.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:13.912309+0000 mon.smithi044 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.ckexjh"}]: dispatch 2023-11-08T02:57:14.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:14.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:12.862340+0000 mgr.smithi044.dprgyk (mgr.14182) 549 : 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-08T02:57:14.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:13.912309+0000 mon.smithi044 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.ckexjh"}]: dispatch 2023-11-08T02:57:15.132 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:15.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:13.721021+0000 mgr.smithi044.dprgyk (mgr.14182) 550 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:15.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:57:13.911716+0000 mgr.smithi044.dprgyk (mgr.14182) 551 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ckexjh ... 2023-11-08T02:57:15.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:57:15.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:57:15.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:55:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:55:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:56:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:57:15.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:57:15.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Traceback (most recent call last): 2023-11-08T02:57:15.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:57:15.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: yield (conn, connr) 2023-11-08T02:57:15.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:57:15.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: code, '\n'.join(err))) 2023-11-08T02:57:15.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ckexjh ... 2023-11-08T02:57:15.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:57:15.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:57:15.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:55:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:55:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:56:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:57:15.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:57:15.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:57:13.911908+0000 mgr.smithi044.dprgyk (mgr.14182) 552 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:57:13.913098+0000 mgr.smithi044.dprgyk (mgr.14182) 553 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ckexjh ... 2023-11-08T02:57:15.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:57:15.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:57:15.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:55:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:55:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:56:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:57:15.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T02:57:15.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:57:13.914784+0000 mgr.smithi044.dprgyk (mgr.14182) 554 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi044.vktqrk on smithi044 2023-11-08T02:57:15.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:13.721021+0000 mgr.smithi044.dprgyk (mgr.14182) 550 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:15.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:57:13.911716+0000 mgr.smithi044.dprgyk (mgr.14182) 551 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ckexjh ... 2023-11-08T02:57:15.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:57:15.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:57:15.315 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:55:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:55:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:56:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:57:15.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:57:15.316 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Traceback (most recent call last): 2023-11-08T02:57:15.317 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:57:15.317 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: yield (conn, connr) 2023-11-08T02:57:15.317 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:57:15.317 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: code, '\n'.join(err))) 2023-11-08T02:57:15.317 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.318 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.318 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.318 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.318 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ckexjh ... 2023-11-08T02:57:15.318 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:57:15.319 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:57:15.319 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:55:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.319 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:55:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.319 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:56:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.320 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:57:15.320 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:57:15.320 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:57:13.911908+0000 mgr.smithi044.dprgyk (mgr.14182) 552 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.320 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:57:13.913098+0000 mgr.smithi044.dprgyk (mgr.14182) 553 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.320 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh 2023-11-08T02:57:15.321 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.321 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh 2023-11-08T02:57:15.321 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ckexjh ... 2023-11-08T02:57:15.321 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:57:15.321 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:57:15.322 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:55:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.322 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:55:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.322 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:56:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:57:15.322 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:57:15.322 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T02:57:15.323 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:57:13.914784+0000 mgr.smithi044.dprgyk (mgr.14182) 554 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi044.vktqrk on smithi044 2023-11-08T02:57:16.144 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:14.862966+0000 mgr.smithi044.dprgyk (mgr.14182) 555 : 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-08T02:57:16.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:14.862966+0000 mgr.smithi044.dprgyk (mgr.14182) 555 : 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-08T02:57:16.580 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:16.580 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:16.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:17.954 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:18.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:16.576566+0000 mgr.smithi044.dprgyk (mgr.14182) 556 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:18.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:16.863653+0000 mgr.smithi044.dprgyk (mgr.14182) 557 : 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-08T02:57:18.304 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:16.576566+0000 mgr.smithi044.dprgyk (mgr.14182) 556 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:18.305 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:16.863653+0000 mgr.smithi044.dprgyk (mgr.14182) 557 : 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-08T02:57:19.397 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:19.398 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:19.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:20.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:18.864209+0000 mgr.smithi044.dprgyk (mgr.14182) 558 : 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-08T02:57:20.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:18.864209+0000 mgr.smithi044.dprgyk (mgr.14182) 558 : 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-08T02:57:20.803 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:21.156 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:19.393898+0000 mgr.smithi044.dprgyk (mgr.14182) 559 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:21.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:19.393898+0000 mgr.smithi044.dprgyk (mgr.14182) 559 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:22.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:20.864839+0000 mgr.smithi044.dprgyk (mgr.14182) 560 : 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-08T02:57:22.243 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:22.243 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:22.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:20.864839+0000 mgr.smithi044.dprgyk (mgr.14182) 560 : 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-08T02:57:22.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:23.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:22.239766+0000 mgr.smithi044.dprgyk (mgr.14182) 561 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:23.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:22.239766+0000 mgr.smithi044.dprgyk (mgr.14182) 561 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:23.660 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:24.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:22.865411+0000 mgr.smithi044.dprgyk (mgr.14182) 562 : 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-08T02:57:24.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:22.865411+0000 mgr.smithi044.dprgyk (mgr.14182) 562 : 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-08T02:57:25.080 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:25.080 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:25.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:26.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:24.865933+0000 mgr.smithi044.dprgyk (mgr.14182) 563 : 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-08T02:57:26.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:25.076349+0000 mgr.smithi044.dprgyk (mgr.14182) 564 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:26.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:24.865933+0000 mgr.smithi044.dprgyk (mgr.14182) 563 : 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-08T02:57:26.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:25.076349+0000 mgr.smithi044.dprgyk (mgr.14182) 564 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:26.511 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:28.054 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:28.055 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:28.262 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:26.866389+0000 mgr.smithi044.dprgyk (mgr.14182) 565 : 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-08T02:57:28.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:26.866389+0000 mgr.smithi044.dprgyk (mgr.14182) 565 : 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-08T02:57:28.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:29.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:28.050961+0000 mgr.smithi044.dprgyk (mgr.14182) 566 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:29.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:28.050961+0000 mgr.smithi044.dprgyk (mgr.14182) 566 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:29.454 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:30.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:28.867081+0000 mgr.smithi044.dprgyk (mgr.14182) 567 : 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-08T02:57:30.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:28.867081+0000 mgr.smithi044.dprgyk (mgr.14182) 567 : 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-08T02:57:30.933 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:30.933 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:31.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:31.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:30.867539+0000 mgr.smithi044.dprgyk (mgr.14182) 568 : 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-08T02:57:31.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:30.929108+0000 mgr.smithi044.dprgyk (mgr.14182) 569 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:32.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:30.867539+0000 mgr.smithi044.dprgyk (mgr.14182) 568 : 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-08T02:57:32.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:30.929108+0000 mgr.smithi044.dprgyk (mgr.14182) 569 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:32.310 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:33.897 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:33.897 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:34.258 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:32.868038+0000 mgr.smithi044.dprgyk (mgr.14182) 570 : 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-08T02:57:34.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:32.868038+0000 mgr.smithi044.dprgyk (mgr.14182) 570 : 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-08T02:57:35.294 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:35.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:33.893412+0000 mgr.smithi044.dprgyk (mgr.14182) 571 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:35.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:33.893412+0000 mgr.smithi044.dprgyk (mgr.14182) 571 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:36.250 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:34.868793+0000 mgr.smithi044.dprgyk (mgr.14182) 572 : 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-08T02:57:36.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:34.868793+0000 mgr.smithi044.dprgyk (mgr.14182) 572 : 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-08T02:57:36.836 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:36.837 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:37.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:38.242 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:38.279 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:36.833261+0000 mgr.smithi044.dprgyk (mgr.14182) 573 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:38.279 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:36.869258+0000 mgr.smithi044.dprgyk (mgr.14182) 574 : 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-08T02:57:38.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:36.833261+0000 mgr.smithi044.dprgyk (mgr.14182) 573 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:38.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:36.869258+0000 mgr.smithi044.dprgyk (mgr.14182) 574 : 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-08T02:57:39.627 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:39.627 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:39.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:40.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:38.869816+0000 mgr.smithi044.dprgyk (mgr.14182) 575 : 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-08T02:57:40.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:38.869816+0000 mgr.smithi044.dprgyk (mgr.14182) 575 : 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-08T02:57:40.998 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:41.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:39.624134+0000 mgr.smithi044.dprgyk (mgr.14182) 576 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:41.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:39.624134+0000 mgr.smithi044.dprgyk (mgr.14182) 576 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:41.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:40.870418+0000 mgr.smithi044.dprgyk (mgr.14182) 577 : 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-08T02:57:42.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:40.870418+0000 mgr.smithi044.dprgyk (mgr.14182) 577 : 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-08T02:57:42.417 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:42.418 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:42.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:43.775 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:44.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:42.414456+0000 mgr.smithi044.dprgyk (mgr.14182) 578 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:44.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:42.871157+0000 mgr.smithi044.dprgyk (mgr.14182) 579 : 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-08T02:57:44.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:42.414456+0000 mgr.smithi044.dprgyk (mgr.14182) 578 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:44.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:42.871157+0000 mgr.smithi044.dprgyk (mgr.14182) 579 : 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-08T02:57:45.171 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:45.172 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:45.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:46.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:44.871681+0000 mgr.smithi044.dprgyk (mgr.14182) 580 : 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-08T02:57:46.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:45.168123+0000 mgr.smithi044.dprgyk (mgr.14182) 581 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:46.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:44.871681+0000 mgr.smithi044.dprgyk (mgr.14182) 580 : 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-08T02:57:46.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:45.168123+0000 mgr.smithi044.dprgyk (mgr.14182) 581 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:46.550 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:47.983 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:47.984 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:48.298 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:46.872254+0000 mgr.smithi044.dprgyk (mgr.14182) 582 : 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-08T02:57:48.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:46.872254+0000 mgr.smithi044.dprgyk (mgr.14182) 582 : 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-08T02:57:48.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:49.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:47.980232+0000 mgr.smithi044.dprgyk (mgr.14182) 583 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:49.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:47.980232+0000 mgr.smithi044.dprgyk (mgr.14182) 583 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:49.383 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:50.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:48.872877+0000 mgr.smithi044.dprgyk (mgr.14182) 584 : 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-08T02:57:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:48.872877+0000 mgr.smithi044.dprgyk (mgr.14182) 584 : 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-08T02:57:50.795 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:50.795 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:51.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:51.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:50.790932+0000 mgr.smithi044.dprgyk (mgr.14182) 585 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:51.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:50.873464+0000 mgr.smithi044.dprgyk (mgr.14182) 586 : 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-08T02:57:52.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:50.790932+0000 mgr.smithi044.dprgyk (mgr.14182) 585 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:52.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:50.873464+0000 mgr.smithi044.dprgyk (mgr.14182) 586 : 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-08T02:57:52.165 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:53.578 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:53.578 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:53.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:54.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:52.874107+0000 mgr.smithi044.dprgyk (mgr.14182) 587 : 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-08T02:57:54.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:52.874107+0000 mgr.smithi044.dprgyk (mgr.14182) 587 : 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-08T02:57:54.953 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:55.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:53.574510+0000 mgr.smithi044.dprgyk (mgr.14182) 588 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:55.309 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:53.574510+0000 mgr.smithi044.dprgyk (mgr.14182) 588 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:56.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:54.874724+0000 mgr.smithi044.dprgyk (mgr.14182) 589 : 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-08T02:57:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:54.874724+0000 mgr.smithi044.dprgyk (mgr.14182) 589 : 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-08T02:57:56.390 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:56.390 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:56.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:57:57.774 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:57:58.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:56.387162+0000 mgr.smithi044.dprgyk (mgr.14182) 590 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:58.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:56.875338+0000 mgr.smithi044.dprgyk (mgr.14182) 591 : 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-08T02:57:58.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:56.387162+0000 mgr.smithi044.dprgyk (mgr.14182) 590 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:57:58.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:56.875338+0000 mgr.smithi044.dprgyk (mgr.14182) 591 : 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-08T02:57:59.191 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:57:59.192 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:57:59.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:00.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:57:58.876046+0000 mgr.smithi044.dprgyk (mgr.14182) 592 : 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-08T02:58:00.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:57:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:57:59.188162+0000 mgr.smithi044.dprgyk (mgr.14182) 593 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:00.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:57:58.876046+0000 mgr.smithi044.dprgyk (mgr.14182) 592 : 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-08T02:58:00.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:57:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:57:59.188162+0000 mgr.smithi044.dprgyk (mgr.14182) 593 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:00.564 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:01.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:00.876700+0000 mgr.smithi044.dprgyk (mgr.14182) 594 : 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-08T02:58:01.990 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:01.990 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:02.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:00.876700+0000 mgr.smithi044.dprgyk (mgr.14182) 594 : 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-08T02:58:02.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:03.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:01.986576+0000 mgr.smithi044.dprgyk (mgr.14182) 595 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:03.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:01.986576+0000 mgr.smithi044.dprgyk (mgr.14182) 595 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:03.373 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:03.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:02.877346+0000 mgr.smithi044.dprgyk (mgr.14182) 596 : 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-08T02:58:04.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:02.877346+0000 mgr.smithi044.dprgyk (mgr.14182) 596 : 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-08T02:58:04.841 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:04.842 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:05.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:06.237 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:06.272 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:04.838327+0000 mgr.smithi044.dprgyk (mgr.14182) 597 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:06.272 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:04.877825+0000 mgr.smithi044.dprgyk (mgr.14182) 598 : 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-08T02:58:06.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:04.838327+0000 mgr.smithi044.dprgyk (mgr.14182) 597 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:06.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:04.877825+0000 mgr.smithi044.dprgyk (mgr.14182) 598 : 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-08T02:58:07.675 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:07.676 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:07.963 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:06.878370+0000 mgr.smithi044.dprgyk (mgr.14182) 599 : 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-08T02:58:08.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:08.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:06.878370+0000 mgr.smithi044.dprgyk (mgr.14182) 599 : 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-08T02:58:09.046 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:09.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:07.672236+0000 mgr.smithi044.dprgyk (mgr.14182) 600 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:09.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:07.672236+0000 mgr.smithi044.dprgyk (mgr.14182) 600 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:10.044 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:08.879021+0000 mgr.smithi044.dprgyk (mgr.14182) 601 : 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-08T02:58:10.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:08.879021+0000 mgr.smithi044.dprgyk (mgr.14182) 601 : 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-08T02:58:10.437 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:10.437 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:10.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:11.830 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:12.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:10.433361+0000 mgr.smithi044.dprgyk (mgr.14182) 602 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:12.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:10.879563+0000 mgr.smithi044.dprgyk (mgr.14182) 603 : 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-08T02:58:12.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:10.433361+0000 mgr.smithi044.dprgyk (mgr.14182) 602 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:12.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:10.879563+0000 mgr.smithi044.dprgyk (mgr.14182) 603 : 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-08T02:58:13.283 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:13.284 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:13.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:14.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:12.880068+0000 mgr.smithi044.dprgyk (mgr.14182) 604 : 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-08T02:58:14.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:13.279680+0000 mgr.smithi044.dprgyk (mgr.14182) 605 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:14.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:12.880068+0000 mgr.smithi044.dprgyk (mgr.14182) 604 : 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-08T02:58:14.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:13.279680+0000 mgr.smithi044.dprgyk (mgr.14182) 605 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:14.688 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:16.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:14.880812+0000 mgr.smithi044.dprgyk (mgr.14182) 606 : 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-08T02:58:16.080 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:16.080 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:16.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:14.880812+0000 mgr.smithi044.dprgyk (mgr.14182) 606 : 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-08T02:58:16.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:17.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:16.077044+0000 mgr.smithi044.dprgyk (mgr.14182) 607 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:17.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:16.077044+0000 mgr.smithi044.dprgyk (mgr.14182) 607 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:17.462 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:18.166 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:16.881578+0000 mgr.smithi044.dprgyk (mgr.14182) 608 : 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-08T02:58:18.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:16.881578+0000 mgr.smithi044.dprgyk (mgr.14182) 608 : 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-08T02:58:18.878 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:18.879 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:19.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:20.237 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:20.273 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:18.874997+0000 mgr.smithi044.dprgyk (mgr.14182) 609 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:20.273 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:18.882077+0000 mgr.smithi044.dprgyk (mgr.14182) 610 : 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-08T02:58:20.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:18.874997+0000 mgr.smithi044.dprgyk (mgr.14182) 609 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:20.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:18.882077+0000 mgr.smithi044.dprgyk (mgr.14182) 610 : 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-08T02:58:21.683 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:21.683 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:21.968 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:20.882615+0000 mgr.smithi044.dprgyk (mgr.14182) 611 : 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-08T02:58:22.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:22.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:20.882615+0000 mgr.smithi044.dprgyk (mgr.14182) 611 : 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-08T02:58:23.054 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:23.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:21.679832+0000 mgr.smithi044.dprgyk (mgr.14182) 612 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:23.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:21.679832+0000 mgr.smithi044.dprgyk (mgr.14182) 612 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:23.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:22.883143+0000 mgr.smithi044.dprgyk (mgr.14182) 613 : 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-08T02:58:24.060 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:22.883143+0000 mgr.smithi044.dprgyk (mgr.14182) 613 : 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-08T02:58:24.460 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:24.461 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:24.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:25.828 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:26.197 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:24.456900+0000 mgr.smithi044.dprgyk (mgr.14182) 614 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:26.198 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:24.883786+0000 mgr.smithi044.dprgyk (mgr.14182) 615 : 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-08T02:58:26.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:24.456900+0000 mgr.smithi044.dprgyk (mgr.14182) 614 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:26.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:24.883786+0000 mgr.smithi044.dprgyk (mgr.14182) 615 : 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-08T02:58:27.266 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:27.267 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:27.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:28.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:26.884356+0000 mgr.smithi044.dprgyk (mgr.14182) 616 : 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-08T02:58:28.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:27.263350+0000 mgr.smithi044.dprgyk (mgr.14182) 617 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:28.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:26.884356+0000 mgr.smithi044.dprgyk (mgr.14182) 616 : 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-08T02:58:28.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:27.263350+0000 mgr.smithi044.dprgyk (mgr.14182) 617 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:28.644 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:30.053 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:30.054 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:30.239 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:28.884823+0000 mgr.smithi044.dprgyk (mgr.14182) 618 : 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-08T02:58:30.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:28.884823+0000 mgr.smithi044.dprgyk (mgr.14182) 618 : 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-08T02:58:30.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:31.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:30.050170+0000 mgr.smithi044.dprgyk (mgr.14182) 619 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:31.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:30.050170+0000 mgr.smithi044.dprgyk (mgr.14182) 619 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:31.561 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:32.255 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:30.885575+0000 mgr.smithi044.dprgyk (mgr.14182) 620 : 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-08T02:58:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:30.885575+0000 mgr.smithi044.dprgyk (mgr.14182) 620 : 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-08T02:58:32.983 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:32.984 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:33.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:34.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:32.886008+0000 mgr.smithi044.dprgyk (mgr.14182) 621 : 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-08T02:58:34.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:32.979219+0000 mgr.smithi044.dprgyk (mgr.14182) 622 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:34.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:32.886008+0000 mgr.smithi044.dprgyk (mgr.14182) 621 : 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-08T02:58:34.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:32.979219+0000 mgr.smithi044.dprgyk (mgr.14182) 622 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:34.361 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:35.793 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:35.794 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:36.092 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:34.886543+0000 mgr.smithi044.dprgyk (mgr.14182) 623 : 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-08T02:58:36.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:36.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:34.886543+0000 mgr.smithi044.dprgyk (mgr.14182) 623 : 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-08T02:58:37.168 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:37.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:35.789380+0000 mgr.smithi044.dprgyk (mgr.14182) 624 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:37.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:35.789380+0000 mgr.smithi044.dprgyk (mgr.14182) 624 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:38.172 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:36.887138+0000 mgr.smithi044.dprgyk (mgr.14182) 625 : 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-08T02:58:38.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:36.887138+0000 mgr.smithi044.dprgyk (mgr.14182) 625 : 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-08T02:58:38.553 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:38.553 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:38.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:39.944 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:40.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:38.549373+0000 mgr.smithi044.dprgyk (mgr.14182) 626 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:40.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:38.887632+0000 mgr.smithi044.dprgyk (mgr.14182) 627 : 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-08T02:58:40.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:38.549373+0000 mgr.smithi044.dprgyk (mgr.14182) 626 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:40.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:38.887632+0000 mgr.smithi044.dprgyk (mgr.14182) 627 : 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-08T02:58:41.423 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:41.469 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:41.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:40.888215+0000 mgr.smithi044.dprgyk (mgr.14182) 628 : 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-08T02:58:42.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:40.888215+0000 mgr.smithi044.dprgyk (mgr.14182) 628 : 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-08T02:58:42.783 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:43.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:41.417286+0000 mgr.smithi044.dprgyk (mgr.14182) 629 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:43.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:41.417286+0000 mgr.smithi044.dprgyk (mgr.14182) 629 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:43.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:42.888727+0000 mgr.smithi044.dprgyk (mgr.14182) 630 : 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-08T02:58:44.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:42.888727+0000 mgr.smithi044.dprgyk (mgr.14182) 630 : 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-08T02:58:44.178 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:44.179 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:44.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:45.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:44.175033+0000 mgr.smithi044.dprgyk (mgr.14182) 631 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:45.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:44.175033+0000 mgr.smithi044.dprgyk (mgr.14182) 631 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:45.560 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:45.920 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:44.889305+0000 mgr.smithi044.dprgyk (mgr.14182) 632 : 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-08T02:58:46.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:44.889305+0000 mgr.smithi044.dprgyk (mgr.14182) 632 : 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-08T02:58:47.001 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:47.001 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:47.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:46.889745+0000 mgr.smithi044.dprgyk (mgr.14182) 633 : 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-08T02:58:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:46.997668+0000 mgr.smithi044.dprgyk (mgr.14182) 634 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:48.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:46.889745+0000 mgr.smithi044.dprgyk (mgr.14182) 633 : 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-08T02:58:48.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:46.997668+0000 mgr.smithi044.dprgyk (mgr.14182) 634 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:48.367 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:49.803 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:49.803 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:50.107 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:48.890323+0000 mgr.smithi044.dprgyk (mgr.14182) 635 : 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-08T02:58:50.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:48.890323+0000 mgr.smithi044.dprgyk (mgr.14182) 635 : 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-08T02:58:51.193 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:51.229 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:49.799566+0000 mgr.smithi044.dprgyk (mgr.14182) 636 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:51.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:49.799566+0000 mgr.smithi044.dprgyk (mgr.14182) 636 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:52.179 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:50.890996+0000 mgr.smithi044.dprgyk (mgr.14182) 637 : 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-08T02:58:52.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:50.890996+0000 mgr.smithi044.dprgyk (mgr.14182) 637 : 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-08T02:58:52.566 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:52.566 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:52.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:53.924 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:54.295 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:52.563183+0000 mgr.smithi044.dprgyk (mgr.14182) 638 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:54.295 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:52.891524+0000 mgr.smithi044.dprgyk (mgr.14182) 639 : 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-08T02:58:54.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:52.563183+0000 mgr.smithi044.dprgyk (mgr.14182) 638 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:54.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:52.891524+0000 mgr.smithi044.dprgyk (mgr.14182) 639 : 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-08T02:58:55.326 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:55.327 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:55.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:56.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:54.892086+0000 mgr.smithi044.dprgyk (mgr.14182) 640 : 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-08T02:58:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:54.892086+0000 mgr.smithi044.dprgyk (mgr.14182) 640 : 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-08T02:58:56.692 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:58:57.060 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:55.323199+0000 mgr.smithi044.dprgyk (mgr.14182) 641 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:57.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:55.323199+0000 mgr.smithi044.dprgyk (mgr.14182) 641 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:58.104 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:58:58.104 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:58:58.293 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:56.892510+0000 mgr.smithi044.dprgyk (mgr.14182) 642 : 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-08T02:58:58.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:56.892510+0000 mgr.smithi044.dprgyk (mgr.14182) 642 : 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-08T02:58:58.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:58:59.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:58:58.100326+0000 mgr.smithi044.dprgyk (mgr.14182) 643 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:59.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:58:58.100326+0000 mgr.smithi044.dprgyk (mgr.14182) 643 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:58:59.472 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:00.168 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:58:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:58:58.893099+0000 mgr.smithi044.dprgyk (mgr.14182) 644 : 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-08T02:59:00.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:58:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:58:58.893099+0000 mgr.smithi044.dprgyk (mgr.14182) 644 : 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-08T02:59:00.874 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:00.874 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:01.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:02.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:00.871250+0000 mgr.smithi044.dprgyk (mgr.14182) 645 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:02.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:00.893771+0000 mgr.smithi044.dprgyk (mgr.14182) 646 : 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-08T02:59:02.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:00.871250+0000 mgr.smithi044.dprgyk (mgr.14182) 645 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:02.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:00.893771+0000 mgr.smithi044.dprgyk (mgr.14182) 646 : 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-08T02:59:02.276 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:03.700 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:03.701 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:04.005 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:02.894379+0000 mgr.smithi044.dprgyk (mgr.14182) 647 : 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-08T02:59:04.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:04.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:02.894379+0000 mgr.smithi044.dprgyk (mgr.14182) 647 : 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-08T02:59:05.073 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:05.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:03.696576+0000 mgr.smithi044.dprgyk (mgr.14182) 648 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:05.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:03.696576+0000 mgr.smithi044.dprgyk (mgr.14182) 648 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:06.061 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:04.894943+0000 mgr.smithi044.dprgyk (mgr.14182) 649 : 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-08T02:59:06.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:04.894943+0000 mgr.smithi044.dprgyk (mgr.14182) 649 : 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-08T02:59:06.472 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:06.473 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:06.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:07.866 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:08.216 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:06.469263+0000 mgr.smithi044.dprgyk (mgr.14182) 650 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:08.216 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:06.895547+0000 mgr.smithi044.dprgyk (mgr.14182) 651 : 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-08T02:59:08.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:06.469263+0000 mgr.smithi044.dprgyk (mgr.14182) 650 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:08.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:06.895547+0000 mgr.smithi044.dprgyk (mgr.14182) 651 : 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-08T02:59:09.289 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:09.290 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:09.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:10.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:08.896078+0000 mgr.smithi044.dprgyk (mgr.14182) 652 : 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-08T02:59:10.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:09.286373+0000 mgr.smithi044.dprgyk (mgr.14182) 653 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:10.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:08.896078+0000 mgr.smithi044.dprgyk (mgr.14182) 652 : 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-08T02:59:10.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:09.286373+0000 mgr.smithi044.dprgyk (mgr.14182) 653 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:10.647 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:11.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:10.896540+0000 mgr.smithi044.dprgyk (mgr.14182) 654 : 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-08T02:59:12.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:10.896540+0000 mgr.smithi044.dprgyk (mgr.14182) 654 : 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-08T02:59:12.056 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:12.056 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:12.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:13.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:12.052913+0000 mgr.smithi044.dprgyk (mgr.14182) 655 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:13.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:12.052913+0000 mgr.smithi044.dprgyk (mgr.14182) 655 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:13.416 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:13.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:12.897102+0000 mgr.smithi044.dprgyk (mgr.14182) 656 : 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-08T02:59:14.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:12.897102+0000 mgr.smithi044.dprgyk (mgr.14182) 656 : 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-08T02:59:14.788 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:14.789 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:15.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:16.156 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:16.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:14.785605+0000 mgr.smithi044.dprgyk (mgr.14182) 657 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:16.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:14.897761+0000 mgr.smithi044.dprgyk (mgr.14182) 658 : 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-08T02:59:16.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:14.785605+0000 mgr.smithi044.dprgyk (mgr.14182) 657 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:16.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:14.897761+0000 mgr.smithi044.dprgyk (mgr.14182) 658 : 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-08T02:59:17.569 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:17.570 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:17.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:18.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:16.898354+0000 mgr.smithi044.dprgyk (mgr.14182) 659 : 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-08T02:59:18.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:16.898354+0000 mgr.smithi044.dprgyk (mgr.14182) 659 : 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-08T02:59:18.954 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:19.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:17.565741+0000 mgr.smithi044.dprgyk (mgr.14182) 660 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:19.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:17.565741+0000 mgr.smithi044.dprgyk (mgr.14182) 660 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:20.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:18.899121+0000 mgr.smithi044.dprgyk (mgr.14182) 661 : 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-08T02:59:20.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:18.899121+0000 mgr.smithi044.dprgyk (mgr.14182) 661 : 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-08T02:59:20.398 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:20.398 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:20.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:21.765 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:22.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:20.394683+0000 mgr.smithi044.dprgyk (mgr.14182) 662 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:22.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:20.899785+0000 mgr.smithi044.dprgyk (mgr.14182) 663 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:59:22.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:20.394683+0000 mgr.smithi044.dprgyk (mgr.14182) 662 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:22.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:20.899785+0000 mgr.smithi044.dprgyk (mgr.14182) 663 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T02:59:23.181 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:23.181 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:23.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:24.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:22.900226+0000 mgr.smithi044.dprgyk (mgr.14182) 664 : 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-08T02:59:24.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:23.177650+0000 mgr.smithi044.dprgyk (mgr.14182) 665 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:24.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:22.900226+0000 mgr.smithi044.dprgyk (mgr.14182) 664 : 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-08T02:59:24.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:23.177650+0000 mgr.smithi044.dprgyk (mgr.14182) 665 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:24.549 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:25.943 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:25.943 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:26.268 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:24.900729+0000 mgr.smithi044.dprgyk (mgr.14182) 666 : 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-08T02:59:26.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:24.900729+0000 mgr.smithi044.dprgyk (mgr.14182) 666 : 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-08T02:59:26.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:27.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:25.939421+0000 mgr.smithi044.dprgyk (mgr.14182) 667 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:27.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:25.939421+0000 mgr.smithi044.dprgyk (mgr.14182) 667 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:27.320 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:28.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:26.901313+0000 mgr.smithi044.dprgyk (mgr.14182) 668 : 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-08T02:59:28.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:26.901313+0000 mgr.smithi044.dprgyk (mgr.14182) 668 : 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-08T02:59:28.733 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:28.733 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:29.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:30.096 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:30.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:28.729837+0000 mgr.smithi044.dprgyk (mgr.14182) 669 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:30.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:28.901857+0000 mgr.smithi044.dprgyk (mgr.14182) 670 : 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-08T02:59:30.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:28.729837+0000 mgr.smithi044.dprgyk (mgr.14182) 669 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:30.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:28.901857+0000 mgr.smithi044.dprgyk (mgr.14182) 670 : 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-08T02:59:31.485 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:31.485 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:31.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:30.902588+0000 mgr.smithi044.dprgyk (mgr.14182) 671 : 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-08T02:59:31.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:32.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:30.902588+0000 mgr.smithi044.dprgyk (mgr.14182) 671 : 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-08T02:59:32.863 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:33.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:31.481737+0000 mgr.smithi044.dprgyk (mgr.14182) 672 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:33.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:31.481737+0000 mgr.smithi044.dprgyk (mgr.14182) 672 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:33.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:32.903075+0000 mgr.smithi044.dprgyk (mgr.14182) 673 : 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-08T02:59:33.879 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:32.903075+0000 mgr.smithi044.dprgyk (mgr.14182) 673 : 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-08T02:59:34.265 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:34.266 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:34.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:35.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:34.262064+0000 mgr.smithi044.dprgyk (mgr.14182) 674 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:35.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:34.262064+0000 mgr.smithi044.dprgyk (mgr.14182) 674 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:35.634 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:35.987 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:34.903675+0000 mgr.smithi044.dprgyk (mgr.14182) 675 : 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-08T02:59:36.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:34.903675+0000 mgr.smithi044.dprgyk (mgr.14182) 675 : 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-08T02:59:37.038 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:37.038 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:37.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:38.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:36.904231+0000 mgr.smithi044.dprgyk (mgr.14182) 676 : 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-08T02:59:38.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:37.034057+0000 mgr.smithi044.dprgyk (mgr.14182) 677 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:38.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:36.904231+0000 mgr.smithi044.dprgyk (mgr.14182) 676 : 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-08T02:59:38.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:37.034057+0000 mgr.smithi044.dprgyk (mgr.14182) 677 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:38.411 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:39.824 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:39.825 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:40.117 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:38.904763+0000 mgr.smithi044.dprgyk (mgr.14182) 678 : 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-08T02:59:40.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:40.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:38.904763+0000 mgr.smithi044.dprgyk (mgr.14182) 678 : 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-08T02:59:41.194 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:41.228 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:39.821229+0000 mgr.smithi044.dprgyk (mgr.14182) 679 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:41.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:39.821229+0000 mgr.smithi044.dprgyk (mgr.14182) 679 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:42.249 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:40.905469+0000 mgr.smithi044.dprgyk (mgr.14182) 680 : 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-08T02:59:42.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:40.905469+0000 mgr.smithi044.dprgyk (mgr.14182) 680 : 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-08T02:59:42.652 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:42.652 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:41.362826Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:10.766755Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ouyabo on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ouyabo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ouyabo\nDeploy daemon haproxy.nfs.foo.smithi087.ouyabo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:50:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:51:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.930935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.fpqiat on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-fpqiat\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.fpqiat\nDeploy daemon haproxy.nfs.foo.smithi044.fpqiat ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:53:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:54:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:54:39.935834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.wjdalk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:41.363534Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:41.363005Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:41.363095Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:41.363172Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:41.363245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:43.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:43.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:42.911879+0000 mon.smithi044 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi044.vktqrk"}]: dispatch 2023-11-08T02:59:43.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:42.918128+0000 mon.smithi044 (mon.0) 678 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:59:43.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:42.911879+0000 mon.smithi044 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi044.vktqrk"}]: dispatch 2023-11-08T02:59:43.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:42.918128+0000 mon.smithi044 (mon.0) 678 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:59:44.038 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:44.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:42.648441+0000 mgr.smithi044.dprgyk (mgr.14182) 681 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:44.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:42.906065+0000 mgr.smithi044.dprgyk (mgr.14182) 682 : 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-08T02:59:44.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:59:42.911306+0000 mgr.smithi044.dprgyk (mgr.14182) 683 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.vktqrk ... 2023-11-08T02:59:44.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:59:44.065 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:59:44.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Traceback (most recent call last): 2023-11-08T02:59:44.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:59:44.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: yield (conn, connr) 2023-11-08T02:59:44.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:59:44.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: code, '\n'.join(err))) 2023-11-08T02:59:44.067 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.vktqrk ... 2023-11-08T02:59:44.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.068 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:59:44.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.069 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:59:44.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:59:42.911502+0000 mgr.smithi044.dprgyk (mgr.14182) 684 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:59:42.912683+0000 mgr.smithi044.dprgyk (mgr.14182) 685 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.070 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.vktqrk ... 2023-11-08T02:59:44.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:59:44.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.071 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T02:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:59:44.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:59:42.914076+0000 mgr.smithi044.dprgyk (mgr.14182) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:59:44.072 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:59:42.915193+0000 mgr.smithi044.dprgyk (mgr.14182) 687 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:59:44.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:42.915891+0000 mgr.smithi044.dprgyk (mgr.14182) 688 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:59:44.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:42.966629+0000 mon.smithi044 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:59:44.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:43.165454+0000 mon.smithi044 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:44.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:43.187852+0000 mon.smithi044 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:44.073 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:43.603582+0000 mon.smithi044 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:44.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:42.648441+0000 mgr.smithi044.dprgyk (mgr.14182) 681 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:44.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:42.906065+0000 mgr.smithi044.dprgyk (mgr.14182) 682 : 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-08T02:59:44.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:59:42.911306+0000 mgr.smithi044.dprgyk (mgr.14182) 683 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.vktqrk ... 2023-11-08T02:59:44.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:59:44.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:59:44.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Traceback (most recent call last): 2023-11-08T02:59:44.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:59:44.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: yield (conn, connr) 2023-11-08T02:59:44.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:59:44.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: code, '\n'.join(err))) 2023-11-08T02:59:44.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.vktqrk ... 2023-11-08T02:59:44.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:59:44.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:59:44.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:59:42.911502+0000 mgr.smithi044.dprgyk (mgr.14182) 684 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:59:42.912683+0000 mgr.smithi044.dprgyk (mgr.14182) 685 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk 2023-11-08T02:59:44.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk 2023-11-08T02:59:44.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.vktqrk ... 2023-11-08T02:59:44.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T02:59:44.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T02:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T02:59:44.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T02:59:44.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:59:44.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:59:42.914076+0000 mgr.smithi044.dprgyk (mgr.14182) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:59:44.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:59:42.915193+0000 mgr.smithi044.dprgyk (mgr.14182) 687 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:59:44.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:42.915891+0000 mgr.smithi044.dprgyk (mgr.14182) 688 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:59:44.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:42.966629+0000 mon.smithi044 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:59:44.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:43.165454+0000 mon.smithi044 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:44.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:43.187852+0000 mon.smithi044 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:44.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:43.603582+0000 mon.smithi044 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:45.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:44.479561+0000 mon.smithi044 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:45.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:44.760571+0000 mon.smithi044 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:45.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:44.761571+0000 mon.smithi044 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:45.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:44.762413+0000 mon.smithi044 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:45.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:44.763128+0000 mon.smithi044 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:45.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:59:44.763693+0000 mgr.smithi044.dprgyk (mgr.14182) 689 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 2968M 2023-11-08T02:59:45.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:44.768718+0000 mon.smithi044 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:45.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:44.916721+0000 mgr.smithi044.dprgyk (mgr.14182) 690 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:59:45.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:44.479561+0000 mon.smithi044 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:45.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:44.760571+0000 mon.smithi044 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:45.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:44.761571+0000 mon.smithi044 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:44.762413+0000 mon.smithi044 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:44.763128+0000 mon.smithi044 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:59:44.763693+0000 mgr.smithi044.dprgyk (mgr.14182) 689 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 2968M 2023-11-08T02:59:45.814 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:44.768718+0000 mon.smithi044 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:45.815 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:44.916721+0000 mgr.smithi044.dprgyk (mgr.14182) 690 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:59:45.911 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:45.911 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:54:44.214286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:54:44.214361Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:54:44.214433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:54:44.214925Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:54:44.214205Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:54:44.214050Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:54:44.215005Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:54:44.214504Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:54:44.214644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:54:44.214574Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:46.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:47.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:45.907534+0000 mgr.smithi044.dprgyk (mgr.14182) 691 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:47.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:45.907534+0000 mgr.smithi044.dprgyk (mgr.14182) 691 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:47.507 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:48.187 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:46.827657+0000 mon.smithi044 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:48.188 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:46.917528+0000 mgr.smithi044.dprgyk (mgr.14182) 692 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:59:48.188 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.137960+0000 mon.smithi044 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:48.188 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.138768+0000 mon.smithi044 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:48.188 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.139463+0000 mon.smithi044 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:48.188 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.140138+0000 mon.smithi044 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:48.189 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:59:47.140673+0000 mgr.smithi044.dprgyk (mgr.14182) 693 : cephadm [INF] Adjusting osd_memory_target on smithi044 to 1945M 2023-11-08T02:59:48.189 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.144829+0000 mon.smithi044 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:48.189 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.145772+0000 mon.smithi044 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:59:48.189 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.146431+0000 mon.smithi044 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:59:48.189 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.150552+0000 mon.smithi044 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:48.190 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:47.151031+0000 mgr.smithi044.dprgyk (mgr.14182) 694 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2023-11-08T02:59:48.190 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.154521+0000 mon.smithi044 (mon.0) 698 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:59:48.190 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:47.161676+0000 mon.smithi044 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:48.190 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T02:59:47.163753+0000 mgr.smithi044.dprgyk (mgr.14182) 695 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.pwspfm on smithi087 2023-11-08T02:59:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:46.827657+0000 mon.smithi044 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:46.917528+0000 mgr.smithi044.dprgyk (mgr.14182) 692 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-08T02:59:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.137960+0000 mon.smithi044 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:48.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.138768+0000 mon.smithi044 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:48.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.139463+0000 mon.smithi044 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:48.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.140138+0000 mon.smithi044 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:59:48.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:59:47.140673+0000 mgr.smithi044.dprgyk (mgr.14182) 693 : cephadm [INF] Adjusting osd_memory_target on smithi044 to 1945M 2023-11-08T02:59:48.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.144829+0000 mon.smithi044 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:48.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.145772+0000 mon.smithi044 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:59:48.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.146431+0000 mon.smithi044 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:59:48.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.150552+0000 mon.smithi044 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:48.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:47.151031+0000 mgr.smithi044.dprgyk (mgr.14182) 694 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2023-11-08T02:59:48.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.154521+0000 mon.smithi044 (mon.0) 698 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:59:48.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:47.161676+0000 mon.smithi044 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T02:59:48.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T02:59:47.163753+0000 mgr.smithi044.dprgyk (mgr.14182) 695 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.pwspfm on smithi087 2023-11-08T02:59:48.924 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:48.924 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:49.086 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:47.825493+0000 mon.smithi044 (mon.0) 700 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:59:49.087 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:47.825530+0000 mon.smithi044 (mon.0) 701 : cluster [INF] Cluster is now healthy 2023-11-08T02:59:49.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:49.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:47.825493+0000 mon.smithi044 (mon.0) 700 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:59:49.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:47.825530+0000 mon.smithi044 (mon.0) 701 : cluster [INF] Cluster is now healthy 2023-11-08T02:59:50.284 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:48.921063+0000 mgr.smithi044.dprgyk (mgr.14182) 696 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:50.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:49.151491+0000 mgr.smithi044.dprgyk (mgr.14182) 697 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2023-11-08T02:59:50.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:48.921063+0000 mgr.smithi044.dprgyk (mgr.14182) 696 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:50.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:49.151491+0000 mgr.smithi044.dprgyk (mgr.14182) 697 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2023-11-08T02:59:51.659 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:51.659 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:51.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:51.152010+0000 mgr.smithi044.dprgyk (mgr.14182) 698 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2023-11-08T02:59:52.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:52.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:51.152010+0000 mgr.smithi044.dprgyk (mgr.14182) 698 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2023-11-08T02:59:53.036 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:53.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:51.655728+0000 mgr.smithi044.dprgyk (mgr.14182) 699 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:53.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:51.655728+0000 mgr.smithi044.dprgyk (mgr.14182) 699 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:53.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:53.152562+0000 mgr.smithi044.dprgyk (mgr.14182) 700 : cluster [DBG] pgmap v426: 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-08T02:59:54.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:53.152562+0000 mgr.smithi044.dprgyk (mgr.14182) 700 : cluster [DBG] pgmap v426: 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-08T02:59:54.497 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:54.497 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:54.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:55.889 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:59:56.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:54.493218+0000 mgr.smithi044.dprgyk (mgr.14182) 701 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:56.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:55.153220+0000 mgr.smithi044.dprgyk (mgr.14182) 702 : cluster [DBG] pgmap v427: 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-08T02:59:56.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:54.493218+0000 mgr.smithi044.dprgyk (mgr.14182) 701 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:56.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:55.153220+0000 mgr.smithi044.dprgyk (mgr.14182) 702 : cluster [DBG] pgmap v427: 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-08T02:59:57.289 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T02:59:57.290 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:59:57.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:59:58.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:57.153615+0000 mgr.smithi044.dprgyk (mgr.14182) 703 : cluster [DBG] pgmap v428: 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-08T02:59:58.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 02:59:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T02:59:57.286421+0000 mgr.smithi044.dprgyk (mgr.14182) 704 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:58.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:57.153615+0000 mgr.smithi044.dprgyk (mgr.14182) 703 : cluster [DBG] pgmap v428: 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-08T02:59:58.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 02:59:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T02:59:57.286421+0000 mgr.smithi044.dprgyk (mgr.14182) 704 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:59:58.703 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:00.087 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:00.088 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:00.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T02:59:59.154104+0000 mgr.smithi044.dprgyk (mgr.14182) 705 : 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-08T03:00:00.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:00.000116+0000 mon.smithi044 (mon.0) 702 : cluster [INF] overall HEALTH_OK 2023-11-08T03:00:00.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:00.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T02:59:59.154104+0000 mgr.smithi044.dprgyk (mgr.14182) 705 : 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-08T03:00:00.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:00.000116+0000 mon.smithi044 (mon.0) 702 : cluster [INF] overall HEALTH_OK 2023-11-08T03:00:01.450 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:01.486 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:00.084339+0000 mgr.smithi044.dprgyk (mgr.14182) 706 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:01.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:00.084339+0000 mgr.smithi044.dprgyk (mgr.14182) 706 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:02.454 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:01.154764+0000 mgr.smithi044.dprgyk (mgr.14182) 707 : 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-08T03:00:02.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:01.154764+0000 mgr.smithi044.dprgyk (mgr.14182) 707 : 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-08T03:00:02.855 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:02.855 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:03.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:04.215 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:04.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:02.851886+0000 mgr.smithi044.dprgyk (mgr.14182) 708 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:04.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:03.155362+0000 mgr.smithi044.dprgyk (mgr.14182) 709 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:04.558 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:02.851886+0000 mgr.smithi044.dprgyk (mgr.14182) 708 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:04.559 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:03.155362+0000 mgr.smithi044.dprgyk (mgr.14182) 709 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:05.592 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:05.593 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:05.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:06.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:05.155969+0000 mgr.smithi044.dprgyk (mgr.14182) 710 : 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-08T03:00:06.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:05.155969+0000 mgr.smithi044.dprgyk (mgr.14182) 710 : 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-08T03:00:06.964 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:07.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:05.589175+0000 mgr.smithi044.dprgyk (mgr.14182) 711 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:07.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:05.589175+0000 mgr.smithi044.dprgyk (mgr.14182) 711 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:08.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:07.156613+0000 mgr.smithi044.dprgyk (mgr.14182) 712 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:08.446 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:08.446 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:08.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:07.156613+0000 mgr.smithi044.dprgyk (mgr.14182) 712 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:08.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:09.806 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:10.475 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:08.442921+0000 mgr.smithi044.dprgyk (mgr.14182) 713 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:10.476 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:09.157128+0000 mgr.smithi044.dprgyk (mgr.14182) 714 : 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-08T03:00:10.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:08.442921+0000 mgr.smithi044.dprgyk (mgr.14182) 713 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:10.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:09.157128+0000 mgr.smithi044.dprgyk (mgr.14182) 714 : 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-08T03:00:11.175 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:11.176 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:11.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:12.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:11.157590+0000 mgr.smithi044.dprgyk (mgr.14182) 715 : 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-08T03:00:12.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:11.172004+0000 mgr.smithi044.dprgyk (mgr.14182) 716 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:12.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:11.157590+0000 mgr.smithi044.dprgyk (mgr.14182) 715 : 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-08T03:00:12.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:11.172004+0000 mgr.smithi044.dprgyk (mgr.14182) 716 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:12.565 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:13.982 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:13.982 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:14.271 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:13.158171+0000 mgr.smithi044.dprgyk (mgr.14182) 717 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:14.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:13.158171+0000 mgr.smithi044.dprgyk (mgr.14182) 717 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:15.364 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:15.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:13.978945+0000 mgr.smithi044.dprgyk (mgr.14182) 718 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:15.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:13.978945+0000 mgr.smithi044.dprgyk (mgr.14182) 718 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:16.394 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:15.158761+0000 mgr.smithi044.dprgyk (mgr.14182) 719 : 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-08T03:00:16.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:15.158761+0000 mgr.smithi044.dprgyk (mgr.14182) 719 : 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-08T03:00:16.794 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:16.795 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:17.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:18.173 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:18.515 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:16.791182+0000 mgr.smithi044.dprgyk (mgr.14182) 720 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:18.516 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:17.159366+0000 mgr.smithi044.dprgyk (mgr.14182) 721 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:18.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:16.791182+0000 mgr.smithi044.dprgyk (mgr.14182) 720 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:18.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:17.159366+0000 mgr.smithi044.dprgyk (mgr.14182) 721 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:19.603 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:19.604 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:19.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:20.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:19.159894+0000 mgr.smithi044.dprgyk (mgr.14182) 722 : 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-08T03:00:20.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:19.159894+0000 mgr.smithi044.dprgyk (mgr.14182) 722 : 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-08T03:00:20.996 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:21.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:19.600645+0000 mgr.smithi044.dprgyk (mgr.14182) 723 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:21.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:19.600645+0000 mgr.smithi044.dprgyk (mgr.14182) 723 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:22.437 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:22.437 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:22.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:21.160578+0000 mgr.smithi044.dprgyk (mgr.14182) 724 : 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-08T03:00:22.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:21.160578+0000 mgr.smithi044.dprgyk (mgr.14182) 724 : 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-08T03:00:22.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:23.805 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:24.474 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:22.433548+0000 mgr.smithi044.dprgyk (mgr.14182) 725 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:24.474 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:23.161214+0000 mgr.smithi044.dprgyk (mgr.14182) 726 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:24.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:22.433548+0000 mgr.smithi044.dprgyk (mgr.14182) 725 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:24.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:23.161214+0000 mgr.smithi044.dprgyk (mgr.14182) 726 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:25.209 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:25.209 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:25.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:26.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:25.161678+0000 mgr.smithi044.dprgyk (mgr.14182) 727 : 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-08T03:00:26.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:25.205611+0000 mgr.smithi044.dprgyk (mgr.14182) 728 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:26.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:25.161678+0000 mgr.smithi044.dprgyk (mgr.14182) 727 : 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-08T03:00:26.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:25.205611+0000 mgr.smithi044.dprgyk (mgr.14182) 728 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:26.580 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:28.032 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:28.033 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:28.369 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:27.162336+0000 mgr.smithi044.dprgyk (mgr.14182) 729 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:28.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:28.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:27.162336+0000 mgr.smithi044.dprgyk (mgr.14182) 729 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:29.463 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:29.499 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:28.029122+0000 mgr.smithi044.dprgyk (mgr.14182) 730 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:29.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:28.029122+0000 mgr.smithi044.dprgyk (mgr.14182) 730 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:30.458 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:29.162898+0000 mgr.smithi044.dprgyk (mgr.14182) 731 : 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-08T03:00:30.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:29.162898+0000 mgr.smithi044.dprgyk (mgr.14182) 731 : 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-08T03:00:30.856 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:30.857 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:31.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:32.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:30.853486+0000 mgr.smithi044.dprgyk (mgr.14182) 732 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:32.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:31.163425+0000 mgr.smithi044.dprgyk (mgr.14182) 733 : 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-08T03:00:32.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:30.853486+0000 mgr.smithi044.dprgyk (mgr.14182) 732 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:32.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:31.163425+0000 mgr.smithi044.dprgyk (mgr.14182) 733 : 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-08T03:00:32.245 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:33.716 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:33.716 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:34.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:34.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:33.164299+0000 mgr.smithi044.dprgyk (mgr.14182) 734 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:34.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:33.164299+0000 mgr.smithi044.dprgyk (mgr.14182) 734 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:35.104 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:35.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:33.712724+0000 mgr.smithi044.dprgyk (mgr.14182) 735 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:35.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:33.712724+0000 mgr.smithi044.dprgyk (mgr.14182) 735 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:36.527 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:36.527 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:36.554 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:35.164835+0000 mgr.smithi044.dprgyk (mgr.14182) 736 : 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-08T03:00:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:35.164835+0000 mgr.smithi044.dprgyk (mgr.14182) 736 : 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-08T03:00:36.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:37.903 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:38.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:36.523564+0000 mgr.smithi044.dprgyk (mgr.14182) 737 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:38.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:37.165340+0000 mgr.smithi044.dprgyk (mgr.14182) 738 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:38.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:36.523564+0000 mgr.smithi044.dprgyk (mgr.14182) 737 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:38.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:37.165340+0000 mgr.smithi044.dprgyk (mgr.14182) 738 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:39.304 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:39.304 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:39.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:40.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:39.165782+0000 mgr.smithi044.dprgyk (mgr.14182) 739 : 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-08T03:00:40.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:39.300778+0000 mgr.smithi044.dprgyk (mgr.14182) 740 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:40.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:39.165782+0000 mgr.smithi044.dprgyk (mgr.14182) 739 : 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-08T03:00:40.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:39.300778+0000 mgr.smithi044.dprgyk (mgr.14182) 740 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:40.702 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:41.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:41.166367+0000 mgr.smithi044.dprgyk (mgr.14182) 741 : 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-08T03:00:42.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:41.166367+0000 mgr.smithi044.dprgyk (mgr.14182) 741 : 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-08T03:00:42.094 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:42.094 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:42.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:43.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:42.090537+0000 mgr.smithi044.dprgyk (mgr.14182) 742 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:43.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:42.090537+0000 mgr.smithi044.dprgyk (mgr.14182) 742 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:43.459 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:44.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:43.166839+0000 mgr.smithi044.dprgyk (mgr.14182) 743 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:44.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:43.166839+0000 mgr.smithi044.dprgyk (mgr.14182) 743 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:44.845 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:44.845 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:45.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:46.210 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:46.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:44.842183+0000 mgr.smithi044.dprgyk (mgr.14182) 744 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:46.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:45.167635+0000 mgr.smithi044.dprgyk (mgr.14182) 745 : 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-08T03:00:46.561 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:44.842183+0000 mgr.smithi044.dprgyk (mgr.14182) 744 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:46.561 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:45.167635+0000 mgr.smithi044.dprgyk (mgr.14182) 745 : 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-08T03:00:47.596 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:47.596 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:47.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:48.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:47.168234+0000 mgr.smithi044.dprgyk (mgr.14182) 746 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:48.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:47.168234+0000 mgr.smithi044.dprgyk (mgr.14182) 746 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:48.968 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:49.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:47.592453+0000 mgr.smithi044.dprgyk (mgr.14182) 747 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:49.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:47.592453+0000 mgr.smithi044.dprgyk (mgr.14182) 747 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:50.389 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:50.389 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:50.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:49.168712+0000 mgr.smithi044.dprgyk (mgr.14182) 748 : 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-08T03:00:50.562 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:49.168712+0000 mgr.smithi044.dprgyk (mgr.14182) 748 : 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-08T03:00:50.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:51.787 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:52.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:50.385736+0000 mgr.smithi044.dprgyk (mgr.14182) 749 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:52.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:51.169250+0000 mgr.smithi044.dprgyk (mgr.14182) 750 : 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-08T03:00:52.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:50.385736+0000 mgr.smithi044.dprgyk (mgr.14182) 749 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:52.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:51.169250+0000 mgr.smithi044.dprgyk (mgr.14182) 750 : 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-08T03:00:53.176 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:53.177 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:53.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:54.552 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:54.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:53.169653+0000 mgr.smithi044.dprgyk (mgr.14182) 751 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:54.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:53.173312+0000 mgr.smithi044.dprgyk (mgr.14182) 752 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:54.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:53.169653+0000 mgr.smithi044.dprgyk (mgr.14182) 751 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:00:54.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:53.173312+0000 mgr.smithi044.dprgyk (mgr.14182) 752 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:55.949 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:55.949 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:56.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:00:56.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:55.170257+0000 mgr.smithi044.dprgyk (mgr.14182) 753 : 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-08T03:00:56.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:55.170257+0000 mgr.smithi044.dprgyk (mgr.14182) 753 : 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-08T03:00:57.341 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:00:57.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:55.946192+0000 mgr.smithi044.dprgyk (mgr.14182) 754 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:57.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:55.946192+0000 mgr.smithi044.dprgyk (mgr.14182) 754 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:00:58.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:00:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:57.170785+0000 mgr.smithi044.dprgyk (mgr.14182) 755 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:58.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:00:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:57.170785+0000 mgr.smithi044.dprgyk (mgr.14182) 755 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:00:58.783 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:00:58.784 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:00:59.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:00.191 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:00.534 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:00:58.780688+0000 mgr.smithi044.dprgyk (mgr.14182) 756 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:00.535 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:00:59.171351+0000 mgr.smithi044.dprgyk (mgr.14182) 757 : 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-08T03:01:00.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:00:58.780688+0000 mgr.smithi044.dprgyk (mgr.14182) 756 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:00.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:00:59.171351+0000 mgr.smithi044.dprgyk (mgr.14182) 757 : 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-08T03:01:01.643 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:01.644 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:01.948 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:01.171816+0000 mgr.smithi044.dprgyk (mgr.14182) 758 : 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-08T03:01:02.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:02.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:01.171816+0000 mgr.smithi044.dprgyk (mgr.14182) 758 : 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-08T03:01:03.026 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:03.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:01.639724+0000 mgr.smithi044.dprgyk (mgr.14182) 759 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:03.061 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:01.639724+0000 mgr.smithi044.dprgyk (mgr.14182) 759 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:04.039 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:03.172246+0000 mgr.smithi044.dprgyk (mgr.14182) 760 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:04.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:03.172246+0000 mgr.smithi044.dprgyk (mgr.14182) 760 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:04.430 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:04.431 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:04.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:05.808 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:06.501 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:04.427288+0000 mgr.smithi044.dprgyk (mgr.14182) 761 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:06.502 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:05.172838+0000 mgr.smithi044.dprgyk (mgr.14182) 762 : 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-08T03:01:06.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:04.427288+0000 mgr.smithi044.dprgyk (mgr.14182) 761 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:06.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:05.172838+0000 mgr.smithi044.dprgyk (mgr.14182) 762 : 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-08T03:01:07.229 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:07.229 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:07.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:08.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:07.173331+0000 mgr.smithi044.dprgyk (mgr.14182) 763 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:08.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:07.225205+0000 mgr.smithi044.dprgyk (mgr.14182) 764 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:08.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:07.173331+0000 mgr.smithi044.dprgyk (mgr.14182) 763 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:08.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:07.225205+0000 mgr.smithi044.dprgyk (mgr.14182) 764 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:08.608 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:09.967 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:09.967 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:10.264 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:09.173926+0000 mgr.smithi044.dprgyk (mgr.14182) 765 : 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-08T03:01:10.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:10.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:09.173926+0000 mgr.smithi044.dprgyk (mgr.14182) 765 : 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-08T03:01:11.366 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:09.964189+0000 mgr.smithi044.dprgyk (mgr.14182) 766 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:11.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:09.964189+0000 mgr.smithi044.dprgyk (mgr.14182) 766 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:12.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:11.174665+0000 mgr.smithi044.dprgyk (mgr.14182) 767 : 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-08T03:01:12.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:11.174665+0000 mgr.smithi044.dprgyk (mgr.14182) 767 : 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-08T03:01:12.763 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:12.763 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:13.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:14.131 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:14.508 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:12.759766+0000 mgr.smithi044.dprgyk (mgr.14182) 768 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:14.508 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:13.175380+0000 mgr.smithi044.dprgyk (mgr.14182) 769 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:12.759766+0000 mgr.smithi044.dprgyk (mgr.14182) 768 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:13.175380+0000 mgr.smithi044.dprgyk (mgr.14182) 769 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:15.543 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:15.550 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:15.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:16.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:15.176036+0000 mgr.smithi044.dprgyk (mgr.14182) 770 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:16.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:15.176036+0000 mgr.smithi044.dprgyk (mgr.14182) 770 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:16.914 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:17.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:15.540253+0000 mgr.smithi044.dprgyk (mgr.14182) 771 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:17.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:15.540253+0000 mgr.smithi044.dprgyk (mgr.14182) 771 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:18.328 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:18.329 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:18.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:17.176479+0000 mgr.smithi044.dprgyk (mgr.14182) 772 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:18.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:17.176479+0000 mgr.smithi044.dprgyk (mgr.14182) 772 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:18.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:19.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:18.324960+0000 mgr.smithi044.dprgyk (mgr.14182) 773 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:18.324960+0000 mgr.smithi044.dprgyk (mgr.14182) 773 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:19.706 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:20.400 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:19.177059+0000 mgr.smithi044.dprgyk (mgr.14182) 774 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:20.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:19.177059+0000 mgr.smithi044.dprgyk (mgr.14182) 774 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:21.117 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:21.117 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:21.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:22.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:21.114019+0000 mgr.smithi044.dprgyk (mgr.14182) 775 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:22.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:21.177498+0000 mgr.smithi044.dprgyk (mgr.14182) 776 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:22.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:21.114019+0000 mgr.smithi044.dprgyk (mgr.14182) 775 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:22.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:21.177498+0000 mgr.smithi044.dprgyk (mgr.14182) 776 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:22.498 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:23.869 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:23.869 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:24.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:24.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:23.178143+0000 mgr.smithi044.dprgyk (mgr.14182) 777 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:24.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:23.178143+0000 mgr.smithi044.dprgyk (mgr.14182) 777 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:25.240 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:25.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:23.864419+0000 mgr.smithi044.dprgyk (mgr.14182) 778 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:25.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:23.864419+0000 mgr.smithi044.dprgyk (mgr.14182) 778 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:26.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:25.178707+0000 mgr.smithi044.dprgyk (mgr.14182) 779 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:26.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:25.178707+0000 mgr.smithi044.dprgyk (mgr.14182) 779 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:26.673 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:26.673 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:27.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:28.039 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:28.380 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:26.670094+0000 mgr.smithi044.dprgyk (mgr.14182) 780 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:28.381 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:27.179236+0000 mgr.smithi044.dprgyk (mgr.14182) 781 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:28.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:26.670094+0000 mgr.smithi044.dprgyk (mgr.14182) 780 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:28.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:27.179236+0000 mgr.smithi044.dprgyk (mgr.14182) 781 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:29.439 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:29.440 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:29.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:30.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:29.179752+0000 mgr.smithi044.dprgyk (mgr.14182) 782 : 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-08T03:01:30.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:29.179752+0000 mgr.smithi044.dprgyk (mgr.14182) 782 : 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-08T03:01:30.813 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:31.532 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:29.436266+0000 mgr.smithi044.dprgyk (mgr.14182) 783 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:31.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:29.436266+0000 mgr.smithi044.dprgyk (mgr.14182) 783 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:32.269 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:32.269 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:32.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:31.180259+0000 mgr.smithi044.dprgyk (mgr.14182) 784 : 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-08T03:01:32.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:31.180259+0000 mgr.smithi044.dprgyk (mgr.14182) 784 : 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-08T03:01:32.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:33.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:32.266221+0000 mgr.smithi044.dprgyk (mgr.14182) 785 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:33.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:32.266221+0000 mgr.smithi044.dprgyk (mgr.14182) 785 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:33.661 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:34.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:33.180789+0000 mgr.smithi044.dprgyk (mgr.14182) 786 : 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-08T03:01:34.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:33.180789+0000 mgr.smithi044.dprgyk (mgr.14182) 786 : 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-08T03:01:35.122 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:35.122 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:35.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:36.497 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:36.531 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:35.119058+0000 mgr.smithi044.dprgyk (mgr.14182) 787 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:36.532 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:35.181414+0000 mgr.smithi044.dprgyk (mgr.14182) 788 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:36.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:35.119058+0000 mgr.smithi044.dprgyk (mgr.14182) 787 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:35.181414+0000 mgr.smithi044.dprgyk (mgr.14182) 788 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:37.880 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:37.880 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:38.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:38.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:37.182163+0000 mgr.smithi044.dprgyk (mgr.14182) 789 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:38.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:37.182163+0000 mgr.smithi044.dprgyk (mgr.14182) 789 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:39.213 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:39.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:37.877049+0000 mgr.smithi044.dprgyk (mgr.14182) 790 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:39.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:37.877049+0000 mgr.smithi044.dprgyk (mgr.14182) 790 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:40.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:39.182902+0000 mgr.smithi044.dprgyk (mgr.14182) 791 : 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-08T03:01:40.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:39.182902+0000 mgr.smithi044.dprgyk (mgr.14182) 791 : 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-08T03:01:40.642 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:40.643 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:41.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:42.028 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:40.639474+0000 mgr.smithi044.dprgyk (mgr.14182) 792 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:42.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:41.183609+0000 mgr.smithi044.dprgyk (mgr.14182) 793 : 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-08T03:01:42.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:40.639474+0000 mgr.smithi044.dprgyk (mgr.14182) 792 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:42.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:41.183609+0000 mgr.smithi044.dprgyk (mgr.14182) 793 : 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-08T03:01:43.468 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:43.469 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:43.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:44.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:43.184072+0000 mgr.smithi044.dprgyk (mgr.14182) 794 : 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-08T03:01:44.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:43.184072+0000 mgr.smithi044.dprgyk (mgr.14182) 794 : 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-08T03:01:44.845 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:45.522 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:43.464875+0000 mgr.smithi044.dprgyk (mgr.14182) 795 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:45.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:43.464875+0000 mgr.smithi044.dprgyk (mgr.14182) 795 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:46.246 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:46.247 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:46.533 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:45.184767+0000 mgr.smithi044.dprgyk (mgr.14182) 796 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:46.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:45.184767+0000 mgr.smithi044.dprgyk (mgr.14182) 796 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:46.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:47.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:46.242733+0000 mgr.smithi044.dprgyk (mgr.14182) 797 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:47.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:46.242733+0000 mgr.smithi044.dprgyk (mgr.14182) 797 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:47.619 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:48.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:47.185234+0000 mgr.smithi044.dprgyk (mgr.14182) 798 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:48.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:47.185234+0000 mgr.smithi044.dprgyk (mgr.14182) 798 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:49.045 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:49.045 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:49.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:50.408 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:50.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:49.041755+0000 mgr.smithi044.dprgyk (mgr.14182) 799 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:50.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:49.185739+0000 mgr.smithi044.dprgyk (mgr.14182) 800 : 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-08T03:01:50.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:49.041755+0000 mgr.smithi044.dprgyk (mgr.14182) 799 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:50.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:49.185739+0000 mgr.smithi044.dprgyk (mgr.14182) 800 : 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-08T03:01:51.826 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:51.827 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:52.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:51.186265+0000 mgr.smithi044.dprgyk (mgr.14182) 801 : 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-08T03:01:52.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:51.186265+0000 mgr.smithi044.dprgyk (mgr.14182) 801 : 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-08T03:01:52.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:53.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:51.823311+0000 mgr.smithi044.dprgyk (mgr.14182) 802 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:53.201 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:53.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:51.823311+0000 mgr.smithi044.dprgyk (mgr.14182) 802 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:53.921 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:53.186891+0000 mgr.smithi044.dprgyk (mgr.14182) 803 : 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-08T03:01:54.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:53.186891+0000 mgr.smithi044.dprgyk (mgr.14182) 803 : 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-08T03:01:54.609 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:54.610 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:54.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:55.985 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:54.606621+0000 mgr.smithi044.dprgyk (mgr.14182) 804 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:55.187474+0000 mgr.smithi044.dprgyk (mgr.14182) 805 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:56.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:54.606621+0000 mgr.smithi044.dprgyk (mgr.14182) 804 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:56.712 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:55.187474+0000 mgr.smithi044.dprgyk (mgr.14182) 805 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:01:57.391 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:01:57.392 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:01:57.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:01:58.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:57.187936+0000 mgr.smithi044.dprgyk (mgr.14182) 806 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:58.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:57.187936+0000 mgr.smithi044.dprgyk (mgr.14182) 806 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:01:58.783 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:01:59.453 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:01:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:01:57.388005+0000 mgr.smithi044.dprgyk (mgr.14182) 807 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:01:59.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:01:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:01:57.388005+0000 mgr.smithi044.dprgyk (mgr.14182) 807 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:00.203 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:00.203 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:00.540 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:01:59.188568+0000 mgr.smithi044.dprgyk (mgr.14182) 808 : 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-08T03:02:00.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:01:59.188568+0000 mgr.smithi044.dprgyk (mgr.14182) 808 : 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-08T03:02:00.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:01.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:00.200200+0000 mgr.smithi044.dprgyk (mgr.14182) 809 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:01.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:00.200200+0000 mgr.smithi044.dprgyk (mgr.14182) 809 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:01.625 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:02.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:01.189114+0000 mgr.smithi044.dprgyk (mgr.14182) 810 : 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-08T03:02:02.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:01.189114+0000 mgr.smithi044.dprgyk (mgr.14182) 810 : 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-08T03:02:03.030 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:03.031 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:03.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:04.400 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:04.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:03.026852+0000 mgr.smithi044.dprgyk (mgr.14182) 811 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:04.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:03.189691+0000 mgr.smithi044.dprgyk (mgr.14182) 812 : 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-08T03:02:04.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:03.026852+0000 mgr.smithi044.dprgyk (mgr.14182) 811 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:04.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:03.189691+0000 mgr.smithi044.dprgyk (mgr.14182) 812 : 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-08T03:02:05.778 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:05.778 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:06.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:06.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:05.190366+0000 mgr.smithi044.dprgyk (mgr.14182) 813 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:06.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:05.190366+0000 mgr.smithi044.dprgyk (mgr.14182) 813 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:07.158 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:07.525 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:05.774377+0000 mgr.smithi044.dprgyk (mgr.14182) 814 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:07.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:05.774377+0000 mgr.smithi044.dprgyk (mgr.14182) 814 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:08.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:07.190825+0000 mgr.smithi044.dprgyk (mgr.14182) 815 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:08.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:07.190825+0000 mgr.smithi044.dprgyk (mgr.14182) 815 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:08.590 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:08.590 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:08.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:09.969 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:10.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:08.587431+0000 mgr.smithi044.dprgyk (mgr.14182) 816 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:10.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:09.191518+0000 mgr.smithi044.dprgyk (mgr.14182) 817 : 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-08T03:02:10.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:08.587431+0000 mgr.smithi044.dprgyk (mgr.14182) 816 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:10.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:09.191518+0000 mgr.smithi044.dprgyk (mgr.14182) 817 : 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-08T03:02:11.406 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:11.407 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:11.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:11.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:11.191968+0000 mgr.smithi044.dprgyk (mgr.14182) 818 : 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-08T03:02:12.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:11.191968+0000 mgr.smithi044.dprgyk (mgr.14182) 818 : 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-08T03:02:12.800 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:13.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:11.403633+0000 mgr.smithi044.dprgyk (mgr.14182) 819 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:13.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:11.403633+0000 mgr.smithi044.dprgyk (mgr.14182) 819 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:14.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:13.192406+0000 mgr.smithi044.dprgyk (mgr.14182) 820 : 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-08T03:02:14.210 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:14.211 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:54:39.937158Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.hqsabq on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:14.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:13.192406+0000 mgr.smithi044.dprgyk (mgr.14182) 820 : 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-08T03:02:14.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:15.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:14.207808+0000 mgr.smithi044.dprgyk (mgr.14182) 821 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:15.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:14.207808+0000 mgr.smithi044.dprgyk (mgr.14182) 821 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:15.590 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:15.942 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:15.192956+0000 mgr.smithi044.dprgyk (mgr.14182) 822 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:16.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:15.192956+0000 mgr.smithi044.dprgyk (mgr.14182) 822 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:17.015 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:17.016 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:17.039 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:02:16.133641+0000 mgr.smithi044.dprgyk (mgr.14182) 823 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.039 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.040 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.040 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.040 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.pwspfm ... 2023-11-08T03:02:17.040 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:02:17.040 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:02:17.041 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:00:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.041 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:01:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.041 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:01:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.042 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:02:17.042 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:02:17.042 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Traceback (most recent call last): 2023-11-08T03:02:17.042 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T03:02:17.042 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: yield (conn, connr) 2023-11-08T03:02:17.043 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T03:02:17.043 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: code, '\n'.join(err))) 2023-11-08T03:02:17.043 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.043 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.043 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.044 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.044 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.pwspfm ... 2023-11-08T03:02:17.044 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:02:17.044 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:02:17.044 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:00:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.045 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:01:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.045 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:01:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.045 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:02:17.046 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:02:17.046 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:02:16.133881+0000 mgr.smithi044.dprgyk (mgr.14182) 824 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.046 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:16.134308+0000 mon.smithi044 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.pwspfm"}]: dispatch 2023-11-08T03:02:17.046 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:02:16.135199+0000 mgr.smithi044.dprgyk (mgr.14182) 825 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.046 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.047 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.047 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.047 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.pwspfm ... 2023-11-08T03:02:17.047 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:02:17.047 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:02:17.048 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:00:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.048 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:01:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.048 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:01:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.048 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:02:17.048 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:02:17.049 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:02:16.137338+0000 mgr.smithi044.dprgyk (mgr.14182) 826 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi044.xhirny on smithi044 2023-11-08T03:02:17.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:02:16.133641+0000 mgr.smithi044.dprgyk (mgr.14182) 823 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.pwspfm ... 2023-11-08T03:02:17.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:02:17.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:02:17.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:00:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:01:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:01:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:02:17.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:02:17.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Traceback (most recent call last): 2023-11-08T03:02:17.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T03:02:17.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: yield (conn, connr) 2023-11-08T03:02:17.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T03:02:17.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: code, '\n'.join(err))) 2023-11-08T03:02:17.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.pwspfm ... 2023-11-08T03:02:17.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:02:17.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:02:17.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:00:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:01:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:01:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:02:17.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:02:17.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:02:16.133881+0000 mgr.smithi044.dprgyk (mgr.14182) 824 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:16.134308+0000 mon.smithi044 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.pwspfm"}]: dispatch 2023-11-08T03:02:17.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:02:16.135199+0000 mgr.smithi044.dprgyk (mgr.14182) 825 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm 2023-11-08T03:02:17.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm 2023-11-08T03:02:17.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.pwspfm ... 2023-11-08T03:02:17.311 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:02:17.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:02:17.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:00:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:01:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:01:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:02:17.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:02:17.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:02:17.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:02:16.137338+0000 mgr.smithi044.dprgyk (mgr.14182) 826 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi044.xhirny on smithi044 2023-11-08T03:02:17.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:18.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:17.012292+0000 mgr.smithi044.dprgyk (mgr.14182) 827 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:18.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:17.193589+0000 mgr.smithi044.dprgyk (mgr.14182) 828 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:18.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:17.012292+0000 mgr.smithi044.dprgyk (mgr.14182) 827 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:18.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:17.193589+0000 mgr.smithi044.dprgyk (mgr.14182) 828 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:18.422 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:19.864 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:19.864 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:20.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:20.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:19.194147+0000 mgr.smithi044.dprgyk (mgr.14182) 829 : 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-08T03:02:20.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:19.194147+0000 mgr.smithi044.dprgyk (mgr.14182) 829 : 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-08T03:02:21.248 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:21.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:19.860519+0000 mgr.smithi044.dprgyk (mgr.14182) 830 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:21.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:19.860519+0000 mgr.smithi044.dprgyk (mgr.14182) 830 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:22.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:21.194679+0000 mgr.smithi044.dprgyk (mgr.14182) 831 : 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-08T03:02:22.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:21.194679+0000 mgr.smithi044.dprgyk (mgr.14182) 831 : 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-08T03:02:22.672 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:22.673 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:23.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:24.040 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:24.398 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:22.669533+0000 mgr.smithi044.dprgyk (mgr.14182) 832 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:24.399 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:23.195250+0000 mgr.smithi044.dprgyk (mgr.14182) 833 : 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-08T03:02:24.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:22.669533+0000 mgr.smithi044.dprgyk (mgr.14182) 832 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:24.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:23.195250+0000 mgr.smithi044.dprgyk (mgr.14182) 833 : 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-08T03:02:25.450 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:25.450 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:25.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:26.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:25.195902+0000 mgr.smithi044.dprgyk (mgr.14182) 834 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:26.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:25.195902+0000 mgr.smithi044.dprgyk (mgr.14182) 834 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:26.832 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:27.508 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:25.447232+0000 mgr.smithi044.dprgyk (mgr.14182) 835 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:27.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:25.447232+0000 mgr.smithi044.dprgyk (mgr.14182) 835 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:28.313 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:28.314 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:28.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:27.196388+0000 mgr.smithi044.dprgyk (mgr.14182) 836 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:28.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:27.196388+0000 mgr.smithi044.dprgyk (mgr.14182) 836 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:28.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:29.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:28.310362+0000 mgr.smithi044.dprgyk (mgr.14182) 837 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:29.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:28.310362+0000 mgr.smithi044.dprgyk (mgr.14182) 837 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:29.688 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:30.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:29.196887+0000 mgr.smithi044.dprgyk (mgr.14182) 838 : 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-08T03:02:30.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:29.196887+0000 mgr.smithi044.dprgyk (mgr.14182) 838 : 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-08T03:02:31.089 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:31.089 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:31.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:31.086088+0000 mgr.smithi044.dprgyk (mgr.14182) 839 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:31.197533+0000 mgr.smithi044.dprgyk (mgr.14182) 840 : 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-08T03:02:32.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:31.086088+0000 mgr.smithi044.dprgyk (mgr.14182) 839 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:32.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:31.197533+0000 mgr.smithi044.dprgyk (mgr.14182) 840 : 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-08T03:02:32.456 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:33.830 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:33.831 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:34.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:34.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:33.198036+0000 mgr.smithi044.dprgyk (mgr.14182) 841 : 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-08T03:02:34.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:33.198036+0000 mgr.smithi044.dprgyk (mgr.14182) 841 : 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-08T03:02:35.273 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:35.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:33.827498+0000 mgr.smithi044.dprgyk (mgr.14182) 842 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:35.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:33.827498+0000 mgr.smithi044.dprgyk (mgr.14182) 842 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:35.198828+0000 mgr.smithi044.dprgyk (mgr.14182) 843 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:36.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:35.198828+0000 mgr.smithi044.dprgyk (mgr.14182) 843 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:36.662 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:36.663 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:37.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:38.038 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:38.390 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:36.659584+0000 mgr.smithi044.dprgyk (mgr.14182) 844 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:38.390 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:37.199427+0000 mgr.smithi044.dprgyk (mgr.14182) 845 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:38.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:36.659584+0000 mgr.smithi044.dprgyk (mgr.14182) 844 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:38.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:37.199427+0000 mgr.smithi044.dprgyk (mgr.14182) 845 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:39.435 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:39.436 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:39.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:40.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:39.200058+0000 mgr.smithi044.dprgyk (mgr.14182) 846 : 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-08T03:02:40.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:39.200058+0000 mgr.smithi044.dprgyk (mgr.14182) 846 : 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-08T03:02:40.811 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:41.456 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:39.432166+0000 mgr.smithi044.dprgyk (mgr.14182) 847 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:41.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:39.432166+0000 mgr.smithi044.dprgyk (mgr.14182) 847 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:42.171 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:42.172 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:42.476 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:41.200767+0000 mgr.smithi044.dprgyk (mgr.14182) 848 : 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-08T03:02:42.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:41.200767+0000 mgr.smithi044.dprgyk (mgr.14182) 848 : 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-08T03:02:42.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:43.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:42.168398+0000 mgr.smithi044.dprgyk (mgr.14182) 849 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:43.561 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:43.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:42.168398+0000 mgr.smithi044.dprgyk (mgr.14182) 849 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:44.542 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:43.201270+0000 mgr.smithi044.dprgyk (mgr.14182) 850 : 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-08T03:02:44.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:43.201270+0000 mgr.smithi044.dprgyk (mgr.14182) 850 : 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-08T03:02:44.938 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:44.938 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:45.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:46.328 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:46.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:44.935115+0000 mgr.smithi044.dprgyk (mgr.14182) 851 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:46.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:45.201842+0000 mgr.smithi044.dprgyk (mgr.14182) 852 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:46.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:44.935115+0000 mgr.smithi044.dprgyk (mgr.14182) 851 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:46.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:45.201842+0000 mgr.smithi044.dprgyk (mgr.14182) 852 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:47.758 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:47.758 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:48.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:48.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:47.202360+0000 mgr.smithi044.dprgyk (mgr.14182) 853 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:48.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:47.202360+0000 mgr.smithi044.dprgyk (mgr.14182) 853 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:49.125 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:49.470 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:47.754330+0000 mgr.smithi044.dprgyk (mgr.14182) 854 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:49.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:47.754330+0000 mgr.smithi044.dprgyk (mgr.14182) 854 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:50.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:49.202887+0000 mgr.smithi044.dprgyk (mgr.14182) 855 : 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-08T03:02:50.561 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:50.561 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:50.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:49.202887+0000 mgr.smithi044.dprgyk (mgr.14182) 855 : 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-08T03:02:50.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:51.952 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:52.295 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:50.557466+0000 mgr.smithi044.dprgyk (mgr.14182) 856 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:52.295 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:51.203465+0000 mgr.smithi044.dprgyk (mgr.14182) 857 : 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-08T03:02:52.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:50.557466+0000 mgr.smithi044.dprgyk (mgr.14182) 856 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:52.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:51.203465+0000 mgr.smithi044.dprgyk (mgr.14182) 857 : 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-08T03:02:53.353 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:53.353 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:53.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:54.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:53.203871+0000 mgr.smithi044.dprgyk (mgr.14182) 858 : 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-08T03:02:54.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:53.349463+0000 mgr.smithi044.dprgyk (mgr.14182) 859 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:54.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:53.203871+0000 mgr.smithi044.dprgyk (mgr.14182) 858 : 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-08T03:02:54.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:53.349463+0000 mgr.smithi044.dprgyk (mgr.14182) 859 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:54.752 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:56.154 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:56.154 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:56.449 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:55.204410+0000 mgr.smithi044.dprgyk (mgr.14182) 860 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:56.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:02:56.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:55.204410+0000 mgr.smithi044.dprgyk (mgr.14182) 860 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:02:57.526 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:02:57.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:56.149959+0000 mgr.smithi044.dprgyk (mgr.14182) 861 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:57.561 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:56.149959+0000 mgr.smithi044.dprgyk (mgr.14182) 861 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:02:58.507 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:02:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:57.204909+0000 mgr.smithi044.dprgyk (mgr.14182) 862 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:58.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:02:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:57.204909+0000 mgr.smithi044.dprgyk (mgr.14182) 862 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:02:58.923 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:02:58.924 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:02:59.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:00.301 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:00.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:02:58.920457+0000 mgr.smithi044.dprgyk (mgr.14182) 863 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:00.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:02:59.205361+0000 mgr.smithi044.dprgyk (mgr.14182) 864 : 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-08T03:03:00.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:02:58.920457+0000 mgr.smithi044.dprgyk (mgr.14182) 863 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:00.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:02:59.205361+0000 mgr.smithi044.dprgyk (mgr.14182) 864 : 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-08T03:03:01.690 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:01.690 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:01.972 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:01.205902+0000 mgr.smithi044.dprgyk (mgr.14182) 865 : 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-08T03:03:02.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:02.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:01.205902+0000 mgr.smithi044.dprgyk (mgr.14182) 865 : 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-08T03:03:03.093 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:03.129 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:01.687043+0000 mgr.smithi044.dprgyk (mgr.14182) 866 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:03.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:01.687043+0000 mgr.smithi044.dprgyk (mgr.14182) 866 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:04.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:03.206459+0000 mgr.smithi044.dprgyk (mgr.14182) 867 : 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-08T03:03:04.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:03.206459+0000 mgr.smithi044.dprgyk (mgr.14182) 867 : 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-08T03:03:04.458 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:04.458 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:04.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:05.833 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:06.512 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:04.454086+0000 mgr.smithi044.dprgyk (mgr.14182) 868 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:06.512 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:05.207066+0000 mgr.smithi044.dprgyk (mgr.14182) 869 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:06.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:04.454086+0000 mgr.smithi044.dprgyk (mgr.14182) 868 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:06.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:05.207066+0000 mgr.smithi044.dprgyk (mgr.14182) 869 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:07.331 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:07.331 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:07.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:08.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:07.207462+0000 mgr.smithi044.dprgyk (mgr.14182) 870 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:08.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:07.322099+0000 mgr.smithi044.dprgyk (mgr.14182) 871 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:08.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:07.207462+0000 mgr.smithi044.dprgyk (mgr.14182) 870 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:08.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:07.322099+0000 mgr.smithi044.dprgyk (mgr.14182) 871 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:08.708 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:10.089 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:10.090 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:10.431 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:09.207968+0000 mgr.smithi044.dprgyk (mgr.14182) 872 : 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-08T03:03:10.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:10.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:09.207968+0000 mgr.smithi044.dprgyk (mgr.14182) 872 : 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-08T03:03:11.483 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:11.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:10.086263+0000 mgr.smithi044.dprgyk (mgr.14182) 873 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:11.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:10.086263+0000 mgr.smithi044.dprgyk (mgr.14182) 873 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:12.463 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:11.208565+0000 mgr.smithi044.dprgyk (mgr.14182) 874 : 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-08T03:03:12.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:11.208565+0000 mgr.smithi044.dprgyk (mgr.14182) 874 : 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-08T03:03:12.881 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:12.882 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:13.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:14.265 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:12.878096+0000 mgr.smithi044.dprgyk (mgr.14182) 875 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:14.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:13.209203+0000 mgr.smithi044.dprgyk (mgr.14182) 876 : 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-08T03:03:14.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:12.878096+0000 mgr.smithi044.dprgyk (mgr.14182) 875 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:14.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:13.209203+0000 mgr.smithi044.dprgyk (mgr.14182) 876 : 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-08T03:03:15.650 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:15.650 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:16.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:16.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:15.209869+0000 mgr.smithi044.dprgyk (mgr.14182) 877 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:16.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:15.209869+0000 mgr.smithi044.dprgyk (mgr.14182) 877 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:17.034 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:17.375 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:15.646758+0000 mgr.smithi044.dprgyk (mgr.14182) 878 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:17.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:15.646758+0000 mgr.smithi044.dprgyk (mgr.14182) 878 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:18.417 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:18.417 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:18.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:17.210314+0000 mgr.smithi044.dprgyk (mgr.14182) 879 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:18.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:17.210314+0000 mgr.smithi044.dprgyk (mgr.14182) 879 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:18.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:19.816 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:20.485 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:18.413282+0000 mgr.smithi044.dprgyk (mgr.14182) 880 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:20.485 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:19.210959+0000 mgr.smithi044.dprgyk (mgr.14182) 881 : 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-08T03:03:20.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:18.413282+0000 mgr.smithi044.dprgyk (mgr.14182) 880 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:20.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:19.210959+0000 mgr.smithi044.dprgyk (mgr.14182) 881 : 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-08T03:03:21.200 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:21.200 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:21.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:22.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:21.197065+0000 mgr.smithi044.dprgyk (mgr.14182) 882 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:22.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:21.211416+0000 mgr.smithi044.dprgyk (mgr.14182) 883 : 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-08T03:03:22.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:21.197065+0000 mgr.smithi044.dprgyk (mgr.14182) 882 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:22.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:21.211416+0000 mgr.smithi044.dprgyk (mgr.14182) 883 : 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-08T03:03:22.590 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:24.004 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:24.005 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:24.304 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:23.212107+0000 mgr.smithi044.dprgyk (mgr.14182) 884 : 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-08T03:03:24.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:24.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:23.212107+0000 mgr.smithi044.dprgyk (mgr.14182) 884 : 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-08T03:03:25.364 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:25.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:24.001608+0000 mgr.smithi044.dprgyk (mgr.14182) 885 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:25.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:24.001608+0000 mgr.smithi044.dprgyk (mgr.14182) 885 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:26.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:25.212629+0000 mgr.smithi044.dprgyk (mgr.14182) 886 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:26.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:25.212629+0000 mgr.smithi044.dprgyk (mgr.14182) 886 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:26.766 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:26.766 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:27.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:28.165 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:28.515 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:26.762705+0000 mgr.smithi044.dprgyk (mgr.14182) 887 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:28.516 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:27.213164+0000 mgr.smithi044.dprgyk (mgr.14182) 888 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:28.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:26.762705+0000 mgr.smithi044.dprgyk (mgr.14182) 887 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:28.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:27.213164+0000 mgr.smithi044.dprgyk (mgr.14182) 888 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:29.551 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:29.551 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:29.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:30.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:29.213844+0000 mgr.smithi044.dprgyk (mgr.14182) 889 : 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-08T03:03:30.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:29.213844+0000 mgr.smithi044.dprgyk (mgr.14182) 889 : 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-08T03:03:30.922 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:31.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:29.548201+0000 mgr.smithi044.dprgyk (mgr.14182) 890 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:31.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:29.548201+0000 mgr.smithi044.dprgyk (mgr.14182) 890 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:32.305 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:32.305 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:32.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:31.214289+0000 mgr.smithi044.dprgyk (mgr.14182) 891 : 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-08T03:03:32.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:31.214289+0000 mgr.smithi044.dprgyk (mgr.14182) 891 : 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-08T03:03:32.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:33.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:32.301534+0000 mgr.smithi044.dprgyk (mgr.14182) 892 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:33.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:32.301534+0000 mgr.smithi044.dprgyk (mgr.14182) 892 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:33.689 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:34.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:33.214800+0000 mgr.smithi044.dprgyk (mgr.14182) 893 : 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-08T03:03:34.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:33.214800+0000 mgr.smithi044.dprgyk (mgr.14182) 893 : 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-08T03:03:35.054 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:35.055 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:35.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:36.431 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:36.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:35.051542+0000 mgr.smithi044.dprgyk (mgr.14182) 894 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:36.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:35.215569+0000 mgr.smithi044.dprgyk (mgr.14182) 895 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:36.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:35.051542+0000 mgr.smithi044.dprgyk (mgr.14182) 894 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:36.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:35.215569+0000 mgr.smithi044.dprgyk (mgr.14182) 895 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:37.842 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:37.843 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:38.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:38.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:37.216203+0000 mgr.smithi044.dprgyk (mgr.14182) 896 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:38.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:37.216203+0000 mgr.smithi044.dprgyk (mgr.14182) 896 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:39.228 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:39.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:37.839329+0000 mgr.smithi044.dprgyk (mgr.14182) 897 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:39.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:37.839329+0000 mgr.smithi044.dprgyk (mgr.14182) 897 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:40.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:39.217122+0000 mgr.smithi044.dprgyk (mgr.14182) 898 : 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-08T03:03:40.611 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:40.611 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:40.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:39.217122+0000 mgr.smithi044.dprgyk (mgr.14182) 898 : 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-08T03:03:40.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:41.997 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:42.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:40.607385+0000 mgr.smithi044.dprgyk (mgr.14182) 899 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:42.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:41.217667+0000 mgr.smithi044.dprgyk (mgr.14182) 900 : 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-08T03:03:42.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:40.607385+0000 mgr.smithi044.dprgyk (mgr.14182) 899 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:42.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:41.217667+0000 mgr.smithi044.dprgyk (mgr.14182) 900 : 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-08T03:03:43.405 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:43.405 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:43.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:44.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:43.218096+0000 mgr.smithi044.dprgyk (mgr.14182) 901 : 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-08T03:03:44.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:43.218096+0000 mgr.smithi044.dprgyk (mgr.14182) 901 : 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-08T03:03:44.762 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:45.439 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:43.401899+0000 mgr.smithi044.dprgyk (mgr.14182) 902 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:45.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:43.401899+0000 mgr.smithi044.dprgyk (mgr.14182) 902 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:46.122 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:46.122 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:46.418 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:45.218646+0000 mgr.smithi044.dprgyk (mgr.14182) 903 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:46.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:46.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:45.218646+0000 mgr.smithi044.dprgyk (mgr.14182) 903 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:47.512 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:47.548 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:46.119081+0000 mgr.smithi044.dprgyk (mgr.14182) 904 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:47.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:46.119081+0000 mgr.smithi044.dprgyk (mgr.14182) 904 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:48.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:48 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:47.219195+0000 mgr.smithi044.dprgyk (mgr.14182) 905 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:48.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:47.219195+0000 mgr.smithi044.dprgyk (mgr.14182) 905 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:49.032 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:49.033 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:49.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:50.410 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:50.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:49.028854+0000 mgr.smithi044.dprgyk (mgr.14182) 906 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:50.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:49.219729+0000 mgr.smithi044.dprgyk (mgr.14182) 907 : 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-08T03:03:50.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:49.028854+0000 mgr.smithi044.dprgyk (mgr.14182) 906 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:50.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:49.219729+0000 mgr.smithi044.dprgyk (mgr.14182) 907 : 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-08T03:03:51.836 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:51.837 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:52.134 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:51.220463+0000 mgr.smithi044.dprgyk (mgr.14182) 908 : 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-08T03:03:52.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:52.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:51.220463+0000 mgr.smithi044.dprgyk (mgr.14182) 908 : 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-08T03:03:53.219 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:53.253 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:51.832960+0000 mgr.smithi044.dprgyk (mgr.14182) 909 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:53.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:51.832960+0000 mgr.smithi044.dprgyk (mgr.14182) 909 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:54.215 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:53.221183+0000 mgr.smithi044.dprgyk (mgr.14182) 910 : 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-08T03:03:54.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:53.221183+0000 mgr.smithi044.dprgyk (mgr.14182) 910 : 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-08T03:03:54.599 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:54.599 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:54.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:55.976 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:56.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:54.596327+0000 mgr.smithi044.dprgyk (mgr.14182) 911 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:56.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:55.221771+0000 mgr.smithi044.dprgyk (mgr.14182) 912 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:56.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:54.596327+0000 mgr.smithi044.dprgyk (mgr.14182) 911 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:56.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:55.221771+0000 mgr.smithi044.dprgyk (mgr.14182) 912 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:03:57.384 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:03:57.384 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:03:57.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:03:58.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:57.222261+0000 mgr.smithi044.dprgyk (mgr.14182) 913 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:58.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:57.222261+0000 mgr.smithi044.dprgyk (mgr.14182) 913 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:03:58.760 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:03:59.454 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:03:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:03:57.380822+0000 mgr.smithi044.dprgyk (mgr.14182) 914 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:03:59.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:03:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:03:57.380822+0000 mgr.smithi044.dprgyk (mgr.14182) 914 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:00.211 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:00.212 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:00.533 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:03:59.222776+0000 mgr.smithi044.dprgyk (mgr.14182) 915 : 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-08T03:04:00.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:03:59.222776+0000 mgr.smithi044.dprgyk (mgr.14182) 915 : 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-08T03:04:00.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:01.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:00.208511+0000 mgr.smithi044.dprgyk (mgr.14182) 916 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:01.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:00.208511+0000 mgr.smithi044.dprgyk (mgr.14182) 916 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:01.585 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:02.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:01.223354+0000 mgr.smithi044.dprgyk (mgr.14182) 917 : 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-08T03:04:02.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:01.223354+0000 mgr.smithi044.dprgyk (mgr.14182) 917 : 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-08T03:04:03.003 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:03.003 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:03.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:04.377 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:04.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:02.999769+0000 mgr.smithi044.dprgyk (mgr.14182) 918 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:04.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:03.224017+0000 mgr.smithi044.dprgyk (mgr.14182) 919 : 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-08T03:04:04.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:02.999769+0000 mgr.smithi044.dprgyk (mgr.14182) 918 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:04.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:03.224017+0000 mgr.smithi044.dprgyk (mgr.14182) 919 : 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-08T03:04:05.746 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:05.746 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:06.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:06.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:05.224571+0000 mgr.smithi044.dprgyk (mgr.14182) 920 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:06.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:05.224571+0000 mgr.smithi044.dprgyk (mgr.14182) 920 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:07.126 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:07.476 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:05.742595+0000 mgr.smithi044.dprgyk (mgr.14182) 921 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:07.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:05.742595+0000 mgr.smithi044.dprgyk (mgr.14182) 921 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:08.490 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:08.490 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:08.512 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:07.225025+0000 mgr.smithi044.dprgyk (mgr.14182) 922 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:04:08.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:07.225025+0000 mgr.smithi044.dprgyk (mgr.14182) 922 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:04:08.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:09.875 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:10.561 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:08.486837+0000 mgr.smithi044.dprgyk (mgr.14182) 923 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:10.562 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:09.225641+0000 mgr.smithi044.dprgyk (mgr.14182) 924 : 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-08T03:04:10.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:08.486837+0000 mgr.smithi044.dprgyk (mgr.14182) 923 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:10.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:09.225641+0000 mgr.smithi044.dprgyk (mgr.14182) 924 : 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-08T03:04:11.282 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:11.282 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:11.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:12.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:11.226132+0000 mgr.smithi044.dprgyk (mgr.14182) 925 : 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-08T03:04:12.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:11.277984+0000 mgr.smithi044.dprgyk (mgr.14182) 926 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:12.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:11.226132+0000 mgr.smithi044.dprgyk (mgr.14182) 925 : 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-08T03:04:12.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:11.277984+0000 mgr.smithi044.dprgyk (mgr.14182) 926 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:12.659 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:14.052 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:14.053 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:14.356 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:13.226604+0000 mgr.smithi044.dprgyk (mgr.14182) 927 : 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-08T03:04:14.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:13.226604+0000 mgr.smithi044.dprgyk (mgr.14182) 927 : 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-08T03:04:15.442 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:15.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:14.048527+0000 mgr.smithi044.dprgyk (mgr.14182) 928 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:15.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:14.048527+0000 mgr.smithi044.dprgyk (mgr.14182) 928 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:16.455 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:15.227422+0000 mgr.smithi044.dprgyk (mgr.14182) 929 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:16.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:15.227422+0000 mgr.smithi044.dprgyk (mgr.14182) 929 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:16.864 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:16.865 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:17.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:18.232 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:18.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:16.861393+0000 mgr.smithi044.dprgyk (mgr.14182) 930 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:18.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:17.227897+0000 mgr.smithi044.dprgyk (mgr.14182) 931 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:04:18.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:16.861393+0000 mgr.smithi044.dprgyk (mgr.14182) 930 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:18.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:17.227897+0000 mgr.smithi044.dprgyk (mgr.14182) 931 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:04:19.694 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:19.694 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:20.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:20.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:19.228373+0000 mgr.smithi044.dprgyk (mgr.14182) 932 : 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-08T03:04:20.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:19.228373+0000 mgr.smithi044.dprgyk (mgr.14182) 932 : 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-08T03:04:21.081 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:21.435 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:19.690847+0000 mgr.smithi044.dprgyk (mgr.14182) 933 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:21.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:19.690847+0000 mgr.smithi044.dprgyk (mgr.14182) 933 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:22.503 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:22.504 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:22.529 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:21.228837+0000 mgr.smithi044.dprgyk (mgr.14182) 934 : 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-08T03:04:22.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:21.228837+0000 mgr.smithi044.dprgyk (mgr.14182) 934 : 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-08T03:04:22.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:23.891 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:24.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:22.500357+0000 mgr.smithi044.dprgyk (mgr.14182) 935 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:24.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:23.229470+0000 mgr.smithi044.dprgyk (mgr.14182) 936 : 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-08T03:04:24.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:22.500357+0000 mgr.smithi044.dprgyk (mgr.14182) 935 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:24.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:23.229470+0000 mgr.smithi044.dprgyk (mgr.14182) 936 : 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-08T03:04:25.278 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:25.278 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:25.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:26.714 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:26.750 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:25.229971+0000 mgr.smithi044.dprgyk (mgr.14182) 937 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:26.751 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:25.274552+0000 mgr.smithi044.dprgyk (mgr.14182) 938 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:26.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:25.229971+0000 mgr.smithi044.dprgyk (mgr.14182) 937 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:26.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:25.274552+0000 mgr.smithi044.dprgyk (mgr.14182) 938 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:28.111 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:28.111 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:28.396 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:27.230446+0000 mgr.smithi044.dprgyk (mgr.14182) 939 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:04:28.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:28.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:27.230446+0000 mgr.smithi044.dprgyk (mgr.14182) 939 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:04:29.490 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:29.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:28.108075+0000 mgr.smithi044.dprgyk (mgr.14182) 940 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:29.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:28.108075+0000 mgr.smithi044.dprgyk (mgr.14182) 940 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:30.486 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:29.230950+0000 mgr.smithi044.dprgyk (mgr.14182) 941 : 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-08T03:04:30.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:29.230950+0000 mgr.smithi044.dprgyk (mgr.14182) 941 : 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-08T03:04:30.896 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:30.896 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:31.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:32.265 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:32.301 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:30.892447+0000 mgr.smithi044.dprgyk (mgr.14182) 942 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:32.301 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:31.231487+0000 mgr.smithi044.dprgyk (mgr.14182) 943 : 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-08T03:04:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:30.892447+0000 mgr.smithi044.dprgyk (mgr.14182) 942 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:32.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:31.231487+0000 mgr.smithi044.dprgyk (mgr.14182) 943 : 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-08T03:04:33.704 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:33.704 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:34.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:34.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:33.231965+0000 mgr.smithi044.dprgyk (mgr.14182) 944 : 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-08T03:04:34.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:33.231965+0000 mgr.smithi044.dprgyk (mgr.14182) 944 : 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-08T03:04:35.133 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:35.473 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:33.700089+0000 mgr.smithi044.dprgyk (mgr.14182) 945 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:35.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:33.700089+0000 mgr.smithi044.dprgyk (mgr.14182) 945 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:36.481 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:36.482 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:36.505 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:35.232463+0000 mgr.smithi044.dprgyk (mgr.14182) 946 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:36.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:35.232463+0000 mgr.smithi044.dprgyk (mgr.14182) 946 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:36.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:37.847 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:38.549 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:36.478394+0000 mgr.smithi044.dprgyk (mgr.14182) 947 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:38.549 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:37.233008+0000 mgr.smithi044.dprgyk (mgr.14182) 948 : cluster [DBG] pgmap v568: 97 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-08T03:04:38.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:36.478394+0000 mgr.smithi044.dprgyk (mgr.14182) 947 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:38.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:37.233008+0000 mgr.smithi044.dprgyk (mgr.14182) 948 : cluster [DBG] pgmap v568: 97 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-08T03:04:39.247 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:39.247 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:39.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:40.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:39.233474+0000 mgr.smithi044.dprgyk (mgr.14182) 949 : 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-08T03:04:40.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:39.244033+0000 mgr.smithi044.dprgyk (mgr.14182) 950 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:40.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:39.233474+0000 mgr.smithi044.dprgyk (mgr.14182) 949 : 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-08T03:04:40.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:39.244033+0000 mgr.smithi044.dprgyk (mgr.14182) 950 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:40.622 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:41.973 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:41.234020+0000 mgr.smithi044.dprgyk (mgr.14182) 951 : 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-08T03:04:42.060 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:42.060 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:42.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:41.234020+0000 mgr.smithi044.dprgyk (mgr.14182) 951 : 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-08T03:04:42.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:43.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:42.057262+0000 mgr.smithi044.dprgyk (mgr.14182) 952 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:43.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:42.057262+0000 mgr.smithi044.dprgyk (mgr.14182) 952 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:43.446 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:44.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:43.234888+0000 mgr.smithi044.dprgyk (mgr.14182) 953 : 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-08T03:04:44.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:43.234888+0000 mgr.smithi044.dprgyk (mgr.14182) 953 : 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-08T03:04:44.846 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:44.846 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:57:13.912959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ckexjh on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ckexjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ckexjh\nDeploy daemon haproxy.nfs.foo.smithi087.ckexjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:55:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.912566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.vktqrk on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-vktqrk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.vktqrk\nDeploy daemon haproxy.nfs.foo.smithi044.vktqrk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T02:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T02:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:59:42.913983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.xblthf on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:45.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:46.218 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:46.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:44.841907+0000 mgr.smithi044.dprgyk (mgr.14182) 954 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:46.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:45.235437+0000 mgr.smithi044.dprgyk (mgr.14182) 955 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:46.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:45.440449+0000 mon.smithi044 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi044.xhirny"}]: dispatch 2023-11-08T03:04:46.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:44.841907+0000 mgr.smithi044.dprgyk (mgr.14182) 954 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:46.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:45.235437+0000 mgr.smithi044.dprgyk (mgr.14182) 955 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:04:46.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:45.440449+0000 mon.smithi044 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi044.xhirny"}]: dispatch 2023-11-08T03:04:47.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:04:45.439830+0000 mgr.smithi044.dprgyk (mgr.14182) 956 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.xhirny ... 2023-11-08T03:04:47.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:04:47.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:03:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:04:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:04:47.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Traceback (most recent call last): 2023-11-08T03:04:47.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T03:04:47.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: yield (conn, connr) 2023-11-08T03:04:47.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T03:04:47.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: code, '\n'.join(err))) 2023-11-08T03:04:47.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.xhirny ... 2023-11-08T03:04:47.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:04:47.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:03:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:04:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:04:47.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:04:45.440060+0000 mgr.smithi044.dprgyk (mgr.14182) 957 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:04:45.441296+0000 mgr.smithi044.dprgyk (mgr.14182) 958 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi044.xhirny ... 2023-11-08T03:04:47.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:04:47.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:03:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:04:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:04:47.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:04:45.442734+0000 mgr.smithi044.dprgyk (mgr.14182) 959 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T03:04:47.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:04:45.444007+0000 mgr.smithi044.dprgyk (mgr.14182) 960 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T03:04:47.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:45.444735+0000 mgr.smithi044.dprgyk (mgr.14182) 961 : cluster [DBG] pgmap v573: 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-08T03:04:47.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:46.287839+0000 mon.smithi044 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T03:04:47.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:04:45.439830+0000 mgr.smithi044.dprgyk (mgr.14182) 956 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.xhirny ... 2023-11-08T03:04:47.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:04:47.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:03:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:04:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:04:47.567 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.567 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Traceback (most recent call last): 2023-11-08T03:04:47.567 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T03:04:47.567 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: yield (conn, connr) 2023-11-08T03:04:47.567 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T03:04:47.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: code, '\n'.join(err))) 2023-11-08T03:04:47.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.xhirny ... 2023-11-08T03:04:47.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:04:47.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:03:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:04:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:04:47.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:04:45.440060+0000 mgr.smithi044.dprgyk (mgr.14182) 957 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:04:45.441296+0000 mgr.smithi044.dprgyk (mgr.14182) 958 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny 2023-11-08T03:04:47.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny 2023-11-08T03:04:47.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi044.xhirny ... 2023-11-08T03:04:47.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:04:47.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:03:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:04:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:04:47.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:04:47.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T03:04:47.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:04:45.442734+0000 mgr.smithi044.dprgyk (mgr.14182) 959 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T03:04:47.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:04:45.444007+0000 mgr.smithi044.dprgyk (mgr.14182) 960 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T03:04:47.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:45.444735+0000 mgr.smithi044.dprgyk (mgr.14182) 961 : cluster [DBG] pgmap v573: 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-08T03:04:47.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:46.287839+0000 mon.smithi044 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T03:04:47.607 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:47.607 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:47.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:48.979 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:49.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:47.445304+0000 mgr.smithi044.dprgyk (mgr.14182) 962 : cluster [DBG] pgmap v574: 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-08T03:04:49.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:47.603392+0000 mgr.smithi044.dprgyk (mgr.14182) 963 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:49.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:48.713833+0000 mon.smithi044 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:04:49.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:47.445304+0000 mgr.smithi044.dprgyk (mgr.14182) 962 : cluster [DBG] pgmap v574: 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-08T03:04:49.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:47.603392+0000 mgr.smithi044.dprgyk (mgr.14182) 963 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:49.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:48.713833+0000 mon.smithi044 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:04:50.411 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:50.411 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:50.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:51.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:49.445996+0000 mgr.smithi044.dprgyk (mgr.14182) 964 : cluster [DBG] pgmap v575: 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-08T03:04:51.786 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:51.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:49.445996+0000 mgr.smithi044.dprgyk (mgr.14182) 964 : cluster [DBG] pgmap v575: 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-08T03:04:52.489 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:52 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:50.407442+0000 mgr.smithi044.dprgyk (mgr.14182) 965 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:52.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:52 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:50.407442+0000 mgr.smithi044.dprgyk (mgr.14182) 965 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:53.219 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:53.220 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:53.509 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:51.446633+0000 mgr.smithi044.dprgyk (mgr.14182) 966 : cluster [DBG] pgmap v576: 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-08T03:04:53.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:53.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:51.446633+0000 mgr.smithi044.dprgyk (mgr.14182) 966 : cluster [DBG] pgmap v576: 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-08T03:04:54.594 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:54.631 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:53.216380+0000 mgr.smithi044.dprgyk (mgr.14182) 967 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:54.631 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:53.369480+0000 mon.smithi044 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:04:54.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:53.216380+0000 mgr.smithi044.dprgyk (mgr.14182) 967 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:54.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:53.369480+0000 mon.smithi044 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:04:55.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:53.447244+0000 mgr.smithi044.dprgyk (mgr.14182) 968 : cluster [DBG] pgmap v577: 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-08T03:04:55.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:53.447244+0000 mgr.smithi044.dprgyk (mgr.14182) 968 : cluster [DBG] pgmap v577: 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-08T03:04:55.978 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:55.979 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:56.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:57.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:55.447923+0000 mgr.smithi044.dprgyk (mgr.14182) 969 : cluster [DBG] pgmap v578: 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-08T03:04:57.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:55.975607+0000 mgr.smithi044.dprgyk (mgr.14182) 970 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:57.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:55.447923+0000 mgr.smithi044.dprgyk (mgr.14182) 969 : cluster [DBG] pgmap v578: 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-08T03:04:57.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:55.975607+0000 mgr.smithi044.dprgyk (mgr.14182) 970 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:04:57.352 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:04:58.714 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:04:58.714 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:04:59.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:57.448522+0000 mgr.smithi044.dprgyk (mgr.14182) 971 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:04:59.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:04:59.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:57.448522+0000 mgr.smithi044.dprgyk (mgr.14182) 971 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:00.094 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:00.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:04:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:04:58.711052+0000 mgr.smithi044.dprgyk (mgr.14182) 972 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:00.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:04:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:04:58.711052+0000 mgr.smithi044.dprgyk (mgr.14182) 972 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:01.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:04:59.449240+0000 mgr.smithi044.dprgyk (mgr.14182) 973 : 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-08T03:05:01.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:04:59.449240+0000 mgr.smithi044.dprgyk (mgr.14182) 973 : 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-08T03:05:01.482 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:01.483 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:01.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:02.851 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:03.205 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:01.449836+0000 mgr.smithi044.dprgyk (mgr.14182) 974 : 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-08T03:05:03.205 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:01.479692+0000 mgr.smithi044.dprgyk (mgr.14182) 975 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:03.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:01.449836+0000 mgr.smithi044.dprgyk (mgr.14182) 974 : 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-08T03:05:03.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:01.479692+0000 mgr.smithi044.dprgyk (mgr.14182) 975 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:04.263 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:04.263 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:04.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:05.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:03.450577+0000 mgr.smithi044.dprgyk (mgr.14182) 976 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:05.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:04.260223+0000 mgr.smithi044.dprgyk (mgr.14182) 977 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:05.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:03.450577+0000 mgr.smithi044.dprgyk (mgr.14182) 976 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:05.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:04.260223+0000 mgr.smithi044.dprgyk (mgr.14182) 977 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:05.660 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:07.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:05.451331+0000 mgr.smithi044.dprgyk (mgr.14182) 978 : 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-08T03:05:07.087 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:07.087 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:07.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:05.451331+0000 mgr.smithi044.dprgyk (mgr.14182) 978 : 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-08T03:05:07.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:08.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:07.083957+0000 mgr.smithi044.dprgyk (mgr.14182) 979 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:08.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:07.083957+0000 mgr.smithi044.dprgyk (mgr.14182) 979 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:08.460 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:09.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:07.451940+0000 mgr.smithi044.dprgyk (mgr.14182) 980 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:09.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:07.451940+0000 mgr.smithi044.dprgyk (mgr.14182) 980 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:09.874 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:09.874 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:10.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:11.251 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:11.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:09.452696+0000 mgr.smithi044.dprgyk (mgr.14182) 981 : 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-08T03:05:11.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:09.871158+0000 mgr.smithi044.dprgyk (mgr.14182) 982 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:11.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:09.452696+0000 mgr.smithi044.dprgyk (mgr.14182) 981 : 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-08T03:05:11.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:09.871158+0000 mgr.smithi044.dprgyk (mgr.14182) 982 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:12.698 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:12.699 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:12.982 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:11.453374+0000 mgr.smithi044.dprgyk (mgr.14182) 983 : 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-08T03:05:13.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:13.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:11.453374+0000 mgr.smithi044.dprgyk (mgr.14182) 983 : 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-08T03:05:14.091 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:14.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:12.695689+0000 mgr.smithi044.dprgyk (mgr.14182) 984 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:14.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:12.695689+0000 mgr.smithi044.dprgyk (mgr.14182) 984 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:15.057 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:13.454177+0000 mgr.smithi044.dprgyk (mgr.14182) 985 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:15.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:13.454177+0000 mgr.smithi044.dprgyk (mgr.14182) 985 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:15.472 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:15.473 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:15.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:16.850 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:17.211 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:15.454806+0000 mgr.smithi044.dprgyk (mgr.14182) 986 : 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-08T03:05:17.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:15.469605+0000 mgr.smithi044.dprgyk (mgr.14182) 987 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:17.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:15.454806+0000 mgr.smithi044.dprgyk (mgr.14182) 986 : 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-08T03:05:17.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:15.469605+0000 mgr.smithi044.dprgyk (mgr.14182) 987 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:18.299 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:18.299 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:18.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:19.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:17.455423+0000 mgr.smithi044.dprgyk (mgr.14182) 988 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:19.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:18.295345+0000 mgr.smithi044.dprgyk (mgr.14182) 989 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:19.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:17.455423+0000 mgr.smithi044.dprgyk (mgr.14182) 988 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:19.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:18.295345+0000 mgr.smithi044.dprgyk (mgr.14182) 989 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:19.691 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:21.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:19.456300+0000 mgr.smithi044.dprgyk (mgr.14182) 990 : 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-08T03:05:21.087 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:21.087 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:21.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:19.456300+0000 mgr.smithi044.dprgyk (mgr.14182) 990 : 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-08T03:05:21.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:22.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:21.084541+0000 mgr.smithi044.dprgyk (mgr.14182) 991 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:22.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:21.084541+0000 mgr.smithi044.dprgyk (mgr.14182) 991 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:22.416 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:23.064 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:21.457103+0000 mgr.smithi044.dprgyk (mgr.14182) 992 : 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-08T03:05:23.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:21.457103+0000 mgr.smithi044.dprgyk (mgr.14182) 992 : 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-08T03:05:23.809 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:23.810 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:24.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:25.174 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:25.211 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:23.457688+0000 mgr.smithi044.dprgyk (mgr.14182) 993 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:25.212 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:23.806872+0000 mgr.smithi044.dprgyk (mgr.14182) 994 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:25.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:23.457688+0000 mgr.smithi044.dprgyk (mgr.14182) 993 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:25.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:23.806872+0000 mgr.smithi044.dprgyk (mgr.14182) 994 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:26.596 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:26.596 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:26.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:27.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:25.458350+0000 mgr.smithi044.dprgyk (mgr.14182) 995 : 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-08T03:05:27.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:25.458350+0000 mgr.smithi044.dprgyk (mgr.14182) 995 : 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-08T03:05:27.974 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:28.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:26.592579+0000 mgr.smithi044.dprgyk (mgr.14182) 996 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:28.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:26.592579+0000 mgr.smithi044.dprgyk (mgr.14182) 996 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:29.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:27.459033+0000 mgr.smithi044.dprgyk (mgr.14182) 997 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:29.314 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:27.459033+0000 mgr.smithi044.dprgyk (mgr.14182) 997 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:29.373 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:29.373 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:29.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:30.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:29.370211+0000 mgr.smithi044.dprgyk (mgr.14182) 998 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:30.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:29.370211+0000 mgr.smithi044.dprgyk (mgr.14182) 998 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:30.732 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:31.066 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:29.459741+0000 mgr.smithi044.dprgyk (mgr.14182) 999 : 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-08T03:05:31.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:29.459741+0000 mgr.smithi044.dprgyk (mgr.14182) 999 : 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-08T03:05:32.143 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:32.143 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:32.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:33.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:31.460446+0000 mgr.smithi044.dprgyk (mgr.14182) 1000 : 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-08T03:05:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:32.140125+0000 mgr.smithi044.dprgyk (mgr.14182) 1001 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:33.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:31.460446+0000 mgr.smithi044.dprgyk (mgr.14182) 1000 : 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-08T03:05:33.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:32.140125+0000 mgr.smithi044.dprgyk (mgr.14182) 1001 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:33.506 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:34.933 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:34.934 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:35.262 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:33.461092+0000 mgr.smithi044.dprgyk (mgr.14182) 1002 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:35.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:33.461092+0000 mgr.smithi044.dprgyk (mgr.14182) 1002 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:35.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:36.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:34.930468+0000 mgr.smithi044.dprgyk (mgr.14182) 1003 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:36.306 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:36.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:34.930468+0000 mgr.smithi044.dprgyk (mgr.14182) 1003 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:37.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:35.461840+0000 mgr.smithi044.dprgyk (mgr.14182) 1004 : 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-08T03:05:37.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:35.461840+0000 mgr.smithi044.dprgyk (mgr.14182) 1004 : 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-08T03:05:37.742 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:37.743 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:38.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:39.123 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:39.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:37.462461+0000 mgr.smithi044.dprgyk (mgr.14182) 1005 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:39.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:37.739397+0000 mgr.smithi044.dprgyk (mgr.14182) 1006 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:39.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:37.462461+0000 mgr.smithi044.dprgyk (mgr.14182) 1005 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:05:39.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:37.739397+0000 mgr.smithi044.dprgyk (mgr.14182) 1006 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:40.490 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:40.490 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:40.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:41.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:39.463453+0000 mgr.smithi044.dprgyk (mgr.14182) 1007 : 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-08T03:05:41.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:39.463453+0000 mgr.smithi044.dprgyk (mgr.14182) 1007 : 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-08T03:05:41.855 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:42.214 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:40.486664+0000 mgr.smithi044.dprgyk (mgr.14182) 1008 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:42.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:40.486664+0000 mgr.smithi044.dprgyk (mgr.14182) 1008 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:43.272 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:43.272 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:43.300 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:41.464110+0000 mgr.smithi044.dprgyk (mgr.14182) 1009 : 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-08T03:05:43.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:41.464110+0000 mgr.smithi044.dprgyk (mgr.14182) 1009 : 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-08T03:05:43.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:44.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:44 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:43.269183+0000 mgr.smithi044.dprgyk (mgr.14182) 1010 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:44.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:44 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:43.269183+0000 mgr.smithi044.dprgyk (mgr.14182) 1010 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:44.655 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:45.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:43.464838+0000 mgr.smithi044.dprgyk (mgr.14182) 1011 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:45.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:43.464838+0000 mgr.smithi044.dprgyk (mgr.14182) 1011 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:05:46.036 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:46.037 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:44.472811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:44.473587Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:44.472991Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:44.473090Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:44.473179Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:44.473263Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:46.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:45.447312+0000 mon.smithi044 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T03:05:46.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:45.447312+0000 mon.smithi044 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T03:05:46.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:45.465513+0000 mgr.smithi044.dprgyk (mgr.14182) 1012 : 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-08T03:05:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:46.032898+0000 mgr.smithi044.dprgyk (mgr.14182) 1013 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:47.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:46.739389+0000 mon.smithi044 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:47.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:45.465513+0000 mgr.smithi044.dprgyk (mgr.14182) 1012 : 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-08T03:05:47.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:46.032898+0000 mgr.smithi044.dprgyk (mgr.14182) 1013 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:47.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:46.739389+0000 mon.smithi044 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:47.484 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:48.989 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:48.989 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T02:59:46.820471Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T02:59:46.820554Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T02:59:46.820634Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T02:59:46.821205Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T02:59:46.820381Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T02:59:46.820208Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T02:59:46.821284Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T02:59:46.820713Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T02:59:46.820870Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T02:59:46.820791Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:49.214 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:47.466241+0000 mgr.smithi044.dprgyk (mgr.14182) 1014 : cluster [DBG] pgmap v604: 97 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-08T03:05:49.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:47.466241+0000 mgr.smithi044.dprgyk (mgr.14182) 1014 : cluster [DBG] pgmap v604: 97 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-08T03:05:49.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:50.458 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:50.493 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:48.986010+0000 mgr.smithi044.dprgyk (mgr.14182) 1015 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:50.493 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:49.144793+0000 mon.smithi044 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:50.494 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:49.518595+0000 mon.smithi044 (mon.0) 711 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T03:05:50.494 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:49.519373+0000 mon.smithi044 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T03:05:50.494 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:49.524150+0000 mon.smithi044 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:50.494 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:49.528089+0000 mon.smithi044 (mon.0) 714 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T03:05:50.494 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:49.535296+0000 mon.smithi044 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:50.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:48.986010+0000 mgr.smithi044.dprgyk (mgr.14182) 1015 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:50.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:49.144793+0000 mon.smithi044 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:50.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:49.518595+0000 mon.smithi044 (mon.0) 711 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T03:05:50.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:49.519373+0000 mon.smithi044 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T03:05:50.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:49.524150+0000 mon.smithi044 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:50.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:49.528089+0000 mon.smithi044 (mon.0) 714 : audit [DBG] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T03:05:50.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:49.535296+0000 mon.smithi044 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:51.551 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:49.466831+0000 mgr.smithi044.dprgyk (mgr.14182) 1016 : 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-08T03:05:51.551 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:49.524628+0000 mgr.smithi044.dprgyk (mgr.14182) 1017 : cluster [DBG] pgmap v606: 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-08T03:05:51.551 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:05:49.537499+0000 mgr.smithi044.dprgyk (mgr.14182) 1018 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.ebllbv on smithi087 2023-11-08T03:05:51.551 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:50.142720+0000 mon.smithi044 (mon.0) 716 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T03:05:51.552 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:50.142758+0000 mon.smithi044 (mon.0) 717 : cluster [INF] Cluster is now healthy 2023-11-08T03:05:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:49.466831+0000 mgr.smithi044.dprgyk (mgr.14182) 1016 : 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-08T03:05:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:49.524628+0000 mgr.smithi044.dprgyk (mgr.14182) 1017 : cluster [DBG] pgmap v606: 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-08T03:05:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:05:49.537499+0000 mgr.smithi044.dprgyk (mgr.14182) 1018 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.ebllbv on smithi087 2023-11-08T03:05:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:50.142720+0000 mon.smithi044 (mon.0) 716 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T03:05:51.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:50.142758+0000 mon.smithi044 (mon.0) 717 : cluster [INF] Cluster is now healthy 2023-11-08T03:05:51.947 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:51.947 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:52.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:53.329 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:53.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:51.525328+0000 mgr.smithi044.dprgyk (mgr.14182) 1019 : cluster [DBG] pgmap v607: 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-08T03:05:53.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:51.943896+0000 mgr.smithi044.dprgyk (mgr.14182) 1020 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:53.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:51.525328+0000 mgr.smithi044.dprgyk (mgr.14182) 1019 : cluster [DBG] pgmap v607: 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-08T03:05:53.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:51.943896+0000 mgr.smithi044.dprgyk (mgr.14182) 1020 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:54.747 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:54.748 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:54.783 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:53.373129+0000 mon.smithi044 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:54.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:53.373129+0000 mon.smithi044 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' 2023-11-08T03:05:55.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:55.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:53.525758+0000 mgr.smithi044.dprgyk (mgr.14182) 1021 : cluster [DBG] pgmap v608: 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-08T03:05:55.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:53.525758+0000 mgr.smithi044.dprgyk (mgr.14182) 1021 : cluster [DBG] pgmap v608: 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-08T03:05:56.136 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:05:56.489 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:54.744095+0000 mgr.smithi044.dprgyk (mgr.14182) 1022 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:56.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:54.744095+0000 mgr.smithi044.dprgyk (mgr.14182) 1022 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:57.534 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:05:57.535 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:05:57.730 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:55.526356+0000 mgr.smithi044.dprgyk (mgr.14182) 1023 : cluster [DBG] pgmap v609: 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-08T03:05:57.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:55.526356+0000 mgr.smithi044.dprgyk (mgr.14182) 1023 : cluster [DBG] pgmap v609: 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-08T03:05:57.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:05:58.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:57.526761+0000 mgr.smithi044.dprgyk (mgr.14182) 1024 : cluster [DBG] pgmap v610: 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-08T03:05:58.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:05:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:05:57.531352+0000 mgr.smithi044.dprgyk (mgr.14182) 1025 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:58.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:57.526761+0000 mgr.smithi044.dprgyk (mgr.14182) 1024 : cluster [DBG] pgmap v610: 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-08T03:05:58.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:05:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:05:57.531352+0000 mgr.smithi044.dprgyk (mgr.14182) 1025 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:05:58.920 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:00.316 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:00.316 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:00.601 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:05:59.527405+0000 mgr.smithi044.dprgyk (mgr.14182) 1026 : cluster [DBG] pgmap v611: 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-08T03:06:00.601 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:00.313135+0000 mgr.smithi044.dprgyk (mgr.14182) 1027 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:00.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:01.053 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:05:59.527405+0000 mgr.smithi044.dprgyk (mgr.14182) 1026 : cluster [DBG] pgmap v611: 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-08T03:06:01.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:00.313135+0000 mgr.smithi044.dprgyk (mgr.14182) 1027 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:01.685 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:03.117 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:03.117 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:03.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:02 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:01.528055+0000 mgr.smithi044.dprgyk (mgr.14182) 1028 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:03.304 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:02 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:01.528055+0000 mgr.smithi044.dprgyk (mgr.14182) 1028 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:03.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:04.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:03.112228+0000 mgr.smithi044.dprgyk (mgr.14182) 1029 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:04.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:03.112228+0000 mgr.smithi044.dprgyk (mgr.14182) 1029 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:04.510 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:05.172 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:03.528580+0000 mgr.smithi044.dprgyk (mgr.14182) 1030 : 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-08T03:06:05.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:03.528580+0000 mgr.smithi044.dprgyk (mgr.14182) 1030 : 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-08T03:06:05.898 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:05.898 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:06.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:07.283 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:07.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:05.529246+0000 mgr.smithi044.dprgyk (mgr.14182) 1031 : 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-08T03:06:07.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:06 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:05.894626+0000 mgr.smithi044.dprgyk (mgr.14182) 1032 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:07.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:05.529246+0000 mgr.smithi044.dprgyk (mgr.14182) 1031 : 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-08T03:06:07.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:06 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:05.894626+0000 mgr.smithi044.dprgyk (mgr.14182) 1032 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:08.691 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:08.692 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:08.991 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:07.529926+0000 mgr.smithi044.dprgyk (mgr.14182) 1033 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:09.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:09.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:07.529926+0000 mgr.smithi044.dprgyk (mgr.14182) 1033 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:10.068 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:10.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:08.687990+0000 mgr.smithi044.dprgyk (mgr.14182) 1034 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:10.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:08.687990+0000 mgr.smithi044.dprgyk (mgr.14182) 1034 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:11.039 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:09.530657+0000 mgr.smithi044.dprgyk (mgr.14182) 1035 : 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-08T03:06:11.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:09.530657+0000 mgr.smithi044.dprgyk (mgr.14182) 1035 : 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-08T03:06:11.436 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:11.437 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:11.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:12.801 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:13.160 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:11.433445+0000 mgr.smithi044.dprgyk (mgr.14182) 1036 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:13.161 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:11.531272+0000 mgr.smithi044.dprgyk (mgr.14182) 1037 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:13.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:11.433445+0000 mgr.smithi044.dprgyk (mgr.14182) 1036 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:13.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:11.531272+0000 mgr.smithi044.dprgyk (mgr.14182) 1037 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:14.204 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:14.205 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:14.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:15.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:13.531877+0000 mgr.smithi044.dprgyk (mgr.14182) 1038 : 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-08T03:06:15.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:14.201304+0000 mgr.smithi044.dprgyk (mgr.14182) 1039 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:15.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:13.531877+0000 mgr.smithi044.dprgyk (mgr.14182) 1038 : 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-08T03:06:15.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:14.201304+0000 mgr.smithi044.dprgyk (mgr.14182) 1039 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:15.583 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:16.981 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:16.982 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:17.282 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:16 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:15.532593+0000 mgr.smithi044.dprgyk (mgr.14182) 1040 : 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-08T03:06:17.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:16 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:15.532593+0000 mgr.smithi044.dprgyk (mgr.14182) 1040 : 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-08T03:06:17.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:18.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:16.977794+0000 mgr.smithi044.dprgyk (mgr.14182) 1041 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:18.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:16.977794+0000 mgr.smithi044.dprgyk (mgr.14182) 1041 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:18.349 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:19.028 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:17.533123+0000 mgr.smithi044.dprgyk (mgr.14182) 1042 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:19.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:17.533123+0000 mgr.smithi044.dprgyk (mgr.14182) 1042 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:19.709 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:19.709 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:20.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:21.075 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:21.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:19.533555+0000 mgr.smithi044.dprgyk (mgr.14182) 1043 : 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-08T03:06:21.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:19.705987+0000 mgr.smithi044.dprgyk (mgr.14182) 1044 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:21.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:19.533555+0000 mgr.smithi044.dprgyk (mgr.14182) 1043 : 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-08T03:06:21.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:19.705987+0000 mgr.smithi044.dprgyk (mgr.14182) 1044 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:22.550 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:22.551 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:22.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:23.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:21.534209+0000 mgr.smithi044.dprgyk (mgr.14182) 1045 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:23.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:21.534209+0000 mgr.smithi044.dprgyk (mgr.14182) 1045 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:23.933 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:24.294 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:22.547345+0000 mgr.smithi044.dprgyk (mgr.14182) 1046 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:24.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:22.547345+0000 mgr.smithi044.dprgyk (mgr.14182) 1046 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:25.289 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:25.290 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:25.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:23.534734+0000 mgr.smithi044.dprgyk (mgr.14182) 1047 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:25.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:23.534734+0000 mgr.smithi044.dprgyk (mgr.14182) 1047 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:25.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:26.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:25.286586+0000 mgr.smithi044.dprgyk (mgr.14182) 1048 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:26.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:25.286586+0000 mgr.smithi044.dprgyk (mgr.14182) 1048 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:26.666 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:27.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:25.535438+0000 mgr.smithi044.dprgyk (mgr.14182) 1049 : 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-08T03:06:27.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:25.535438+0000 mgr.smithi044.dprgyk (mgr.14182) 1049 : 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-08T03:06:28.088 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:28.089 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:28.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:29.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:27.535932+0000 mgr.smithi044.dprgyk (mgr.14182) 1050 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:29.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:28.085473+0000 mgr.smithi044.dprgyk (mgr.14182) 1051 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:29.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:27.535932+0000 mgr.smithi044.dprgyk (mgr.14182) 1050 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:29.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:28.085473+0000 mgr.smithi044.dprgyk (mgr.14182) 1051 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:29.465 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:30.901 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:30.901 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:31.188 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:30 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:29.536457+0000 mgr.smithi044.dprgyk (mgr.14182) 1052 : 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-08T03:06:31.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:31.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:30 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:29.536457+0000 mgr.smithi044.dprgyk (mgr.14182) 1052 : 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-08T03:06:32.290 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:32.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:30.896928+0000 mgr.smithi044.dprgyk (mgr.14182) 1053 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:32.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:30.896928+0000 mgr.smithi044.dprgyk (mgr.14182) 1053 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:33.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:31.537083+0000 mgr.smithi044.dprgyk (mgr.14182) 1054 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:33.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:31.537083+0000 mgr.smithi044.dprgyk (mgr.14182) 1054 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:33.694 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:33.694 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:34.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:35.081 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:35.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:33.537493+0000 mgr.smithi044.dprgyk (mgr.14182) 1055 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:35.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:34 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:33.690997+0000 mgr.smithi044.dprgyk (mgr.14182) 1056 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:35.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:33.537493+0000 mgr.smithi044.dprgyk (mgr.14182) 1055 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:35.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:34 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:33.690997+0000 mgr.smithi044.dprgyk (mgr.14182) 1056 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:36.492 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:36.493 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:36.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:37.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:35.538061+0000 mgr.smithi044.dprgyk (mgr.14182) 1057 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:37.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:35.538061+0000 mgr.smithi044.dprgyk (mgr.14182) 1057 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:37.899 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:38.242 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:38 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:36.489321+0000 mgr.smithi044.dprgyk (mgr.14182) 1058 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:38.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:38 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:36.489321+0000 mgr.smithi044.dprgyk (mgr.14182) 1058 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:39.224 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:39.225 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:39.253 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:37.538603+0000 mgr.smithi044.dprgyk (mgr.14182) 1059 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:39.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:37.538603+0000 mgr.smithi044.dprgyk (mgr.14182) 1059 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:39.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:40.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:39.221379+0000 mgr.smithi044.dprgyk (mgr.14182) 1060 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:40.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:39.221379+0000 mgr.smithi044.dprgyk (mgr.14182) 1060 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:40.604 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:41.291 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:39.539224+0000 mgr.smithi044.dprgyk (mgr.14182) 1061 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:41.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:39.539224+0000 mgr.smithi044.dprgyk (mgr.14182) 1061 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:41.992 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:41.992 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:42.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:43.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:41.539839+0000 mgr.smithi044.dprgyk (mgr.14182) 1062 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:43.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:41.988726+0000 mgr.smithi044.dprgyk (mgr.14182) 1063 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:43.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:41.539839+0000 mgr.smithi044.dprgyk (mgr.14182) 1062 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:43.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:41.988726+0000 mgr.smithi044.dprgyk (mgr.14182) 1063 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:43.364 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:44.798 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:44.799 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:45.078 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:43.540292+0000 mgr.smithi044.dprgyk (mgr.14182) 1064 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:45.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:45.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:43.540292+0000 mgr.smithi044.dprgyk (mgr.14182) 1064 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:46.179 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:46.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:44.795301+0000 mgr.smithi044.dprgyk (mgr.14182) 1065 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:46.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:44.795301+0000 mgr.smithi044.dprgyk (mgr.14182) 1065 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:47.185 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:45.540923+0000 mgr.smithi044.dprgyk (mgr.14182) 1066 : 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-08T03:06:47.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:45.540923+0000 mgr.smithi044.dprgyk (mgr.14182) 1066 : 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-08T03:06:47.573 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:47.574 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:47.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:48.921 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:49.272 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:47.541349+0000 mgr.smithi044.dprgyk (mgr.14182) 1067 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:49.272 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:47.569982+0000 mgr.smithi044.dprgyk (mgr.14182) 1068 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:49.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:47.541349+0000 mgr.smithi044.dprgyk (mgr.14182) 1067 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:49.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:47.569982+0000 mgr.smithi044.dprgyk (mgr.14182) 1068 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:50.356 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:50.356 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:50.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:51.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:49.542008+0000 mgr.smithi044.dprgyk (mgr.14182) 1069 : 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-08T03:06:51.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:50.352297+0000 mgr.smithi044.dprgyk (mgr.14182) 1070 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:51.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:49.542008+0000 mgr.smithi044.dprgyk (mgr.14182) 1069 : 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-08T03:06:51.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:50.352297+0000 mgr.smithi044.dprgyk (mgr.14182) 1070 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:51.747 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:53.201 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:53.201 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:53.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:51.542607+0000 mgr.smithi044.dprgyk (mgr.14182) 1071 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:53.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:51.542607+0000 mgr.smithi044.dprgyk (mgr.14182) 1071 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:06:53.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:54.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:54 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:53.197957+0000 mgr.smithi044.dprgyk (mgr.14182) 1072 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:54.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:54 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:53.197957+0000 mgr.smithi044.dprgyk (mgr.14182) 1072 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:54.598 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:55.273 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:53.543158+0000 mgr.smithi044.dprgyk (mgr.14182) 1073 : 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-08T03:06:55.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:53.543158+0000 mgr.smithi044.dprgyk (mgr.14182) 1073 : 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-08T03:06:55.996 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:55.996 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:56.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:57.303 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:55.543762+0000 mgr.smithi044.dprgyk (mgr.14182) 1074 : 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-08T03:06:57.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:55.993065+0000 mgr.smithi044.dprgyk (mgr.14182) 1075 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:57.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:55.543762+0000 mgr.smithi044.dprgyk (mgr.14182) 1074 : 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-08T03:06:57.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:55.993065+0000 mgr.smithi044.dprgyk (mgr.14182) 1075 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:06:57.362 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:06:58.764 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:06:58.765 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:06:59.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:06:59.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:06:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:57.544245+0000 mgr.smithi044.dprgyk (mgr.14182) 1076 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:06:59.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:06:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:57.544245+0000 mgr.smithi044.dprgyk (mgr.14182) 1076 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:00.152 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:00.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:00 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:06:58.761432+0000 mgr.smithi044.dprgyk (mgr.14182) 1077 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:00.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:00 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:06:58.761432+0000 mgr.smithi044.dprgyk (mgr.14182) 1077 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:01.158 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:06:59.544775+0000 mgr.smithi044.dprgyk (mgr.14182) 1078 : 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-08T03:07:01.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:06:59.544775+0000 mgr.smithi044.dprgyk (mgr.14182) 1078 : 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-08T03:07:01.567 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:01.567 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:01.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:02.945 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:03.295 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:01.545263+0000 mgr.smithi044.dprgyk (mgr.14182) 1079 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:03.295 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:01.563666+0000 mgr.smithi044.dprgyk (mgr.14182) 1080 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:03.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:01.545263+0000 mgr.smithi044.dprgyk (mgr.14182) 1079 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:03.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:01.563666+0000 mgr.smithi044.dprgyk (mgr.14182) 1080 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:04.357 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:04.358 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:04.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:05.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:03.545813+0000 mgr.smithi044.dprgyk (mgr.14182) 1081 : 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-08T03:07:05.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:04.354107+0000 mgr.smithi044.dprgyk (mgr.14182) 1082 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:05.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:03.545813+0000 mgr.smithi044.dprgyk (mgr.14182) 1081 : 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-08T03:07:05.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:04.354107+0000 mgr.smithi044.dprgyk (mgr.14182) 1082 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:05.743 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:07.197 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:07.197 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:07.387 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:05.546506+0000 mgr.smithi044.dprgyk (mgr.14182) 1083 : 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-08T03:07:07.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:05.546506+0000 mgr.smithi044.dprgyk (mgr.14182) 1083 : 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-08T03:07:07.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:08.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:08 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:07.193344+0000 mgr.smithi044.dprgyk (mgr.14182) 1084 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:08.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:08 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:07.193344+0000 mgr.smithi044.dprgyk (mgr.14182) 1084 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:08.594 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:09.288 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:07.547053+0000 mgr.smithi044.dprgyk (mgr.14182) 1085 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:09.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:07.547053+0000 mgr.smithi044.dprgyk (mgr.14182) 1085 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:10.028 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:10.028 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:10.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:11.410 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:11.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:09.547568+0000 mgr.smithi044.dprgyk (mgr.14182) 1086 : 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-08T03:07:11.445 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:10.024602+0000 mgr.smithi044.dprgyk (mgr.14182) 1087 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:11.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:09.547568+0000 mgr.smithi044.dprgyk (mgr.14182) 1086 : 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-08T03:07:11.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:10.024602+0000 mgr.smithi044.dprgyk (mgr.14182) 1087 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:12.809 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:12.810 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:13.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:13.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:11.548007+0000 mgr.smithi044.dprgyk (mgr.14182) 1088 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:13.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:11.548007+0000 mgr.smithi044.dprgyk (mgr.14182) 1088 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:14.135 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:14.487 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:14 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:12.806326+0000 mgr.smithi044.dprgyk (mgr.14182) 1089 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:14.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:14 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:12.806326+0000 mgr.smithi044.dprgyk (mgr.14182) 1089 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:15.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:13.548731+0000 mgr.smithi044.dprgyk (mgr.14182) 1090 : 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-08T03:07:15.563 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:15.563 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:15.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:13.548731+0000 mgr.smithi044.dprgyk (mgr.14182) 1090 : 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-08T03:07:15.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:16.960 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:17.311 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:15.549216+0000 mgr.smithi044.dprgyk (mgr.14182) 1091 : 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-08T03:07:17.312 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:15.559629+0000 mgr.smithi044.dprgyk (mgr.14182) 1092 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:17.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:15.549216+0000 mgr.smithi044.dprgyk (mgr.14182) 1091 : 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-08T03:07:17.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:15.559629+0000 mgr.smithi044.dprgyk (mgr.14182) 1092 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:18.391 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:18.391 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:18.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:19.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:17.549714+0000 mgr.smithi044.dprgyk (mgr.14182) 1093 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:19.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:18.388230+0000 mgr.smithi044.dprgyk (mgr.14182) 1094 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:17.549714+0000 mgr.smithi044.dprgyk (mgr.14182) 1093 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:18.388230+0000 mgr.smithi044.dprgyk (mgr.14182) 1094 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:19.768 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:21.181 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:21.181 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:21.465 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:19.550450+0000 mgr.smithi044.dprgyk (mgr.14182) 1095 : 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-08T03:07:21.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:19.550450+0000 mgr.smithi044.dprgyk (mgr.14182) 1095 : 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-08T03:07:21.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:22.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:22 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:21.177679+0000 mgr.smithi044.dprgyk (mgr.14182) 1096 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:22.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:22 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:21.177679+0000 mgr.smithi044.dprgyk (mgr.14182) 1096 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:22.566 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:23.270 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:21.551014+0000 mgr.smithi044.dprgyk (mgr.14182) 1097 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:23.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:21.551014+0000 mgr.smithi044.dprgyk (mgr.14182) 1097 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:24.002 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:24.002 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:24.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:25.374 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:25.411 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:23.551498+0000 mgr.smithi044.dprgyk (mgr.14182) 1098 : 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-08T03:07:25.412 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:23.999054+0000 mgr.smithi044.dprgyk (mgr.14182) 1099 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:25.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:23.551498+0000 mgr.smithi044.dprgyk (mgr.14182) 1098 : 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-08T03:07:25.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:23.999054+0000 mgr.smithi044.dprgyk (mgr.14182) 1099 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:26.792 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:26.793 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:27.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:27.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:25.552023+0000 mgr.smithi044.dprgyk (mgr.14182) 1100 : 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-08T03:07:27.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:25.552023+0000 mgr.smithi044.dprgyk (mgr.14182) 1100 : 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-08T03:07:28.157 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:28.510 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:28 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:26.789465+0000 mgr.smithi044.dprgyk (mgr.14182) 1101 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:28.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:28 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:26.789465+0000 mgr.smithi044.dprgyk (mgr.14182) 1101 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:29.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:27.552549+0000 mgr.smithi044.dprgyk (mgr.14182) 1102 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:29.562 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:29.562 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:29.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:27.552549+0000 mgr.smithi044.dprgyk (mgr.14182) 1102 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:29.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:30.933 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:31.291 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:29.553026+0000 mgr.smithi044.dprgyk (mgr.14182) 1103 : 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-08T03:07:31.292 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:29.559072+0000 mgr.smithi044.dprgyk (mgr.14182) 1104 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:31.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:29.553026+0000 mgr.smithi044.dprgyk (mgr.14182) 1103 : 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-08T03:07:31.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:29.559072+0000 mgr.smithi044.dprgyk (mgr.14182) 1104 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:32.354 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:32.355 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:32.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:33.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:31.553649+0000 mgr.smithi044.dprgyk (mgr.14182) 1105 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:33.533 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:32.351132+0000 mgr.smithi044.dprgyk (mgr.14182) 1106 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:33.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:31.553649+0000 mgr.smithi044.dprgyk (mgr.14182) 1105 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:33.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:32.351132+0000 mgr.smithi044.dprgyk (mgr.14182) 1106 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:33.731 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:35.065 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:35.065 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:35.405 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:33.554306+0000 mgr.smithi044.dprgyk (mgr.14182) 1107 : 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-08T03:07:35.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:35.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:33.554306+0000 mgr.smithi044.dprgyk (mgr.14182) 1107 : 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-08T03:07:36.457 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:36.493 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:36 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:35.061644+0000 mgr.smithi044.dprgyk (mgr.14182) 1108 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:36.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:36 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:35.061644+0000 mgr.smithi044.dprgyk (mgr.14182) 1108 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:37.453 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:35.554966+0000 mgr.smithi044.dprgyk (mgr.14182) 1109 : 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-08T03:07:37.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:35.554966+0000 mgr.smithi044.dprgyk (mgr.14182) 1109 : 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-08T03:07:37.862 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:37.862 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:38.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:39.231 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:39.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:37.555460+0000 mgr.smithi044.dprgyk (mgr.14182) 1110 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:39.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:37.859174+0000 mgr.smithi044.dprgyk (mgr.14182) 1111 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:39.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:37.555460+0000 mgr.smithi044.dprgyk (mgr.14182) 1110 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:39.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:37.859174+0000 mgr.smithi044.dprgyk (mgr.14182) 1111 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:40.617 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:40.617 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:41.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:41.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:39.556008+0000 mgr.smithi044.dprgyk (mgr.14182) 1112 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:41.562 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:39.556008+0000 mgr.smithi044.dprgyk (mgr.14182) 1112 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:42.008 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:42.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:42 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:40.613990+0000 mgr.smithi044.dprgyk (mgr.14182) 1113 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:42.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:42 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:40.613990+0000 mgr.smithi044.dprgyk (mgr.14182) 1113 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:43.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:41.556688+0000 mgr.smithi044.dprgyk (mgr.14182) 1114 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:43.415 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:43.416 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:43.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:41.556688+0000 mgr.smithi044.dprgyk (mgr.14182) 1114 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:43.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:44.797 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:45.508 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:43.412497+0000 mgr.smithi044.dprgyk (mgr.14182) 1115 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:45.509 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:43.557118+0000 mgr.smithi044.dprgyk (mgr.14182) 1116 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:45.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:43.412497+0000 mgr.smithi044.dprgyk (mgr.14182) 1115 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:45.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:43.557118+0000 mgr.smithi044.dprgyk (mgr.14182) 1116 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:46.231 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:46.231 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:46.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:47.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:45.557679+0000 mgr.smithi044.dprgyk (mgr.14182) 1117 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:47.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:46.228294+0000 mgr.smithi044.dprgyk (mgr.14182) 1118 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:47.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:45.557679+0000 mgr.smithi044.dprgyk (mgr.14182) 1117 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:47.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:46.228294+0000 mgr.smithi044.dprgyk (mgr.14182) 1118 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:47.614 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:49.009 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:49.009 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:49.311 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:49 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:47.558286+0000 mgr.smithi044.dprgyk (mgr.14182) 1119 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:49.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:49.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:47.558286+0000 mgr.smithi044.dprgyk (mgr.14182) 1119 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T03:07:50.376 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:50.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:50 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:49.006044+0000 mgr.smithi044.dprgyk (mgr.14182) 1120 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:50.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:50 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:49.006044+0000 mgr.smithi044.dprgyk (mgr.14182) 1120 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:51.385 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:51 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:49.558947+0000 mgr.smithi044.dprgyk (mgr.14182) 1121 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:51.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:51 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:49.558947+0000 mgr.smithi044.dprgyk (mgr.14182) 1121 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:51.781 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:51.781 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:52.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:53.163 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:53.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:51.559427+0000 mgr.smithi044.dprgyk (mgr.14182) 1122 : 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-08T03:07:53.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:53 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:51.777987+0000 mgr.smithi044.dprgyk (mgr.14182) 1123 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:53.531 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:51.559427+0000 mgr.smithi044.dprgyk (mgr.14182) 1122 : 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-08T03:07:53.532 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:53 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:51.777987+0000 mgr.smithi044.dprgyk (mgr.14182) 1123 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:54.597 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:54.597 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:54.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:55.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:55 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:53.559884+0000 mgr.smithi044.dprgyk (mgr.14182) 1124 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:55.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:55 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:53.559884+0000 mgr.smithi044.dprgyk (mgr.14182) 1124 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:07:55.972 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:56.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:56 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:54.593374+0000 mgr.smithi044.dprgyk (mgr.14182) 1125 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:56.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:56 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:54.593374+0000 mgr.smithi044.dprgyk (mgr.14182) 1125 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:57.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:57 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:55.560593+0000 mgr.smithi044.dprgyk (mgr.14182) 1126 : 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-08T03:07:57.387 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:07:57.387 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:07:57.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:57 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:55.560593+0000 mgr.smithi044.dprgyk (mgr.14182) 1126 : 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-08T03:07:57.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:07:58.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:58 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:07:57.384220+0000 mgr.smithi044.dprgyk (mgr.14182) 1127 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:58.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:58 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:07:57.384220+0000 mgr.smithi044.dprgyk (mgr.14182) 1127 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:07:58.745 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:07:59.423 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:07:59 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:57.561111+0000 mgr.smithi044.dprgyk (mgr.14182) 1128 : cluster [DBG] pgmap v670: 97 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-08T03:07:59.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:07:59 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:57.561111+0000 mgr.smithi044.dprgyk (mgr.14182) 1128 : cluster [DBG] pgmap v670: 97 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-08T03:08:00.163 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:00.164 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:00.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:01.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:07:59.561610+0000 mgr.smithi044.dprgyk (mgr.14182) 1129 : 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-08T03:08:01.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:01 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:00.160202+0000 mgr.smithi044.dprgyk (mgr.14182) 1130 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:01.562 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:01.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:07:59.561610+0000 mgr.smithi044.dprgyk (mgr.14182) 1129 : 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-08T03:08:01.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:01 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:00.160202+0000 mgr.smithi044.dprgyk (mgr.14182) 1130 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:02.967 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:02.968 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:03.260 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:03 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:01.562121+0000 mgr.smithi044.dprgyk (mgr.14182) 1131 : 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-08T03:08:03.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:03.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:03 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:01.562121+0000 mgr.smithi044.dprgyk (mgr.14182) 1131 : 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-08T03:08:04.361 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:04.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:04 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:02.964296+0000 mgr.smithi044.dprgyk (mgr.14182) 1132 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:04.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:04 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:02.964296+0000 mgr.smithi044.dprgyk (mgr.14182) 1132 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:05.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:05 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:03.562738+0000 mgr.smithi044.dprgyk (mgr.14182) 1133 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:05.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:05 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:03.562738+0000 mgr.smithi044.dprgyk (mgr.14182) 1133 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:05.740 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:05.740 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:06.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:07.121 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:07.479 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:05.563234+0000 mgr.smithi044.dprgyk (mgr.14182) 1134 : 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-08T03:08:07.480 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:07 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:05.737062+0000 mgr.smithi044.dprgyk (mgr.14182) 1135 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:07.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:05.563234+0000 mgr.smithi044.dprgyk (mgr.14182) 1134 : 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-08T03:08:07.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:07 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:05.737062+0000 mgr.smithi044.dprgyk (mgr.14182) 1135 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:08.586 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:08.586 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:08.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:09.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:09 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:07.563682+0000 mgr.smithi044.dprgyk (mgr.14182) 1136 : cluster [DBG] pgmap v675: 97 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-08T03:08:09.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:09 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:07.563682+0000 mgr.smithi044.dprgyk (mgr.14182) 1136 : cluster [DBG] pgmap v675: 97 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-08T03:08:09.970 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:10.304 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:10 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:08.583340+0000 mgr.smithi044.dprgyk (mgr.14182) 1137 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:10.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:10 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:08.583340+0000 mgr.smithi044.dprgyk (mgr.14182) 1137 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:11.314 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:11.314 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:11.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:11 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:09.564253+0000 mgr.smithi044.dprgyk (mgr.14182) 1138 : 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-08T03:08:11.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:11 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:09.564253+0000 mgr.smithi044.dprgyk (mgr.14182) 1138 : 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-08T03:08:11.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:12.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:12 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:11.310810+0000 mgr.smithi044.dprgyk (mgr.14182) 1139 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:12.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:12 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:11.310810+0000 mgr.smithi044.dprgyk (mgr.14182) 1139 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:12.685 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:13.313 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:13 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:11.564778+0000 mgr.smithi044.dprgyk (mgr.14182) 1140 : 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-08T03:08:13.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:13 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:11.564778+0000 mgr.smithi044.dprgyk (mgr.14182) 1140 : 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-08T03:08:14.130 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:14.130 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:14.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:15.501 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:15.536 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:13.565294+0000 mgr.smithi044.dprgyk (mgr.14182) 1141 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:15.536 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:15 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:14.126905+0000 mgr.smithi044.dprgyk (mgr.14182) 1142 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:15.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:13.565294+0000 mgr.smithi044.dprgyk (mgr.14182) 1141 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:15.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:15 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:14.126905+0000 mgr.smithi044.dprgyk (mgr.14182) 1142 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:16.940 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:16.940 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:59:42.915104Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.bevhxk on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:17.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:17.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:17 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:15.565848+0000 mgr.smithi044.dprgyk (mgr.14182) 1143 : 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-08T03:08:17.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:17 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:15.565848+0000 mgr.smithi044.dprgyk (mgr.14182) 1143 : 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-08T03:08:18.318 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:18.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:18 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:16.936756+0000 mgr.smithi044.dprgyk (mgr.14182) 1144 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:18.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:18 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:16.936756+0000 mgr.smithi044.dprgyk (mgr.14182) 1144 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:19.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:17.566419+0000 mgr.smithi044.dprgyk (mgr.14182) 1145 : cluster [DBG] pgmap v680: 97 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-08T03:08:19.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:19 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:18.500693+0000 mon.smithi044 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.ebllbv"}]: dispatch 2023-11-08T03:08:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:17.566419+0000 mgr.smithi044.dprgyk (mgr.14182) 1145 : cluster [DBG] pgmap v680: 97 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-08T03:08:19.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:19 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:18.500693+0000 mon.smithi044 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.44:0/2148149779' entity='mgr.smithi044.dprgyk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.ebllbv"}]: dispatch 2023-11-08T03:08:19.711 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:19.712 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:20.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:20.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:08:18.500179+0000 mgr.smithi044.dprgyk (mgr.14182) 1146 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ebllbv ... 2023-11-08T03:08:20.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:08:20.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:08:20.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:06:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.556 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:07:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:07:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:08:20.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:08:20.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Traceback (most recent call last): 2023-11-08T03:08:20.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T03:08:20.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: yield (conn, connr) 2023-11-08T03:08:20.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T03:08:20.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: code, '\n'.join(err))) 2023-11-08T03:08:20.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.558 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ebllbv ... 2023-11-08T03:08:20.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:08:20.559 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:08:20.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:06:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:07:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:07:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:08:20.560 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:08:20.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:08:18.500358+0000 mgr.smithi044.dprgyk (mgr.14182) 1147 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:08:18.501341+0000 mgr.smithi044.dprgyk (mgr.14182) 1148 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.561 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: Deploy daemon haproxy.nfs.foo.smithi087.ebllbv ... 2023-11-08T03:08:20.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:08:20.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:08:20.562 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:06:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:07:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr time="2023-11-08T03:07:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:08:20.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: 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-08T03:08:20.563 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:20 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cephadm 2023-11-08T03:08:18.502835+0000 mgr.smithi044.dprgyk (mgr.14182) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi044.aenlra on smithi044 2023-11-08T03:08:20.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:08:18.500179+0000 mgr.smithi044.dprgyk (mgr.14182) 1146 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.564 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ebllbv ... 2023-11-08T03:08:20.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:08:20.565 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:08:20.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:06:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:07:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:07:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.566 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:08:20.567 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:08:20.567 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Traceback (most recent call last): 2023-11-08T03:08:20.567 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T03:08:20.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: yield (conn, connr) 2023-11-08T03:08:20.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T03:08:20.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: code, '\n'.join(err))) 2023-11-08T03:08:20.568 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ebllbv ... 2023-11-08T03:08:20.569 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:08:20.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:08:20.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:06:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:07:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.570 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:07:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:08:20.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:08:20.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:08:18.500358+0000 mgr.smithi044.dprgyk (mgr.14182) 1147 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:08:18.501341+0000 mgr.smithi044.dprgyk (mgr.14182) 1148 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.571 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv 2023-11-08T03:08:20.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: /bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv 2023-11-08T03:08:20.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: Deploy daemon haproxy.nfs.foo.smithi087.ebllbv ... 2023-11-08T03:08:20.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:08:20.572 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T03:08:20.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:06:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:07:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr time="2023-11-08T03:07:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T03:08:20.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T03:08:20.573 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: 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-08T03:08:20.574 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:20 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cephadm 2023-11-08T03:08:18.502835+0000 mgr.smithi044.dprgyk (mgr.14182) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi044.aenlra on smithi044 2023-11-08T03:08:21.075 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:21.429 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:19.567009+0000 mgr.smithi044.dprgyk (mgr.14182) 1150 : 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-08T03:08:21.429 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:21 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:19.708749+0000 mgr.smithi044.dprgyk (mgr.14182) 1151 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:21.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:19.567009+0000 mgr.smithi044.dprgyk (mgr.14182) 1150 : 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-08T03:08:21.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:21 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:19.708749+0000 mgr.smithi044.dprgyk (mgr.14182) 1151 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:22.491 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:22.491 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:22.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:23.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:23 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:21.567603+0000 mgr.smithi044.dprgyk (mgr.14182) 1152 : 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-08T03:08:23.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:23 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:21.567603+0000 mgr.smithi044.dprgyk (mgr.14182) 1152 : 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-08T03:08:23.859 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:24.511 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:24 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:22.486747+0000 mgr.smithi044.dprgyk (mgr.14182) 1153 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:24.553 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:24 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:22.486747+0000 mgr.smithi044.dprgyk (mgr.14182) 1153 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:25.240 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:25.241 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:25.557 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:25 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:23.568333+0000 mgr.smithi044.dprgyk (mgr.14182) 1154 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:25.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:25.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:25 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:23.568333+0000 mgr.smithi044.dprgyk (mgr.14182) 1154 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:26.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:26 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:25.237411+0000 mgr.smithi044.dprgyk (mgr.14182) 1155 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:26.634 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:26.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:26 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:25.237411+0000 mgr.smithi044.dprgyk (mgr.14182) 1155 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:27.604 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:27 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:25.569061+0000 mgr.smithi044.dprgyk (mgr.14182) 1156 : 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-08T03:08:27.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:27 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:25.569061+0000 mgr.smithi044.dprgyk (mgr.14182) 1156 : 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-08T03:08:28.001 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:28.001 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:28.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:29.392 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:29.750 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:27.569625+0000 mgr.smithi044.dprgyk (mgr.14182) 1157 : cluster [DBG] pgmap v685: 97 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-08T03:08:29.751 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:29 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:27.997668+0000 mgr.smithi044.dprgyk (mgr.14182) 1158 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:29.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:27.569625+0000 mgr.smithi044.dprgyk (mgr.14182) 1157 : cluster [DBG] pgmap v685: 97 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-08T03:08:29.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:29 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:27.997668+0000 mgr.smithi044.dprgyk (mgr.14182) 1158 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:30.822 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:30.823 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:31.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:31.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:31 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:29.570127+0000 mgr.smithi044.dprgyk (mgr.14182) 1159 : 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-08T03:08:31.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:31 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:29.570127+0000 mgr.smithi044.dprgyk (mgr.14182) 1159 : 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-08T03:08:32.199 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:32.552 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:32 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:30.819365+0000 mgr.smithi044.dprgyk (mgr.14182) 1160 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:32.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:32 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:30.819365+0000 mgr.smithi044.dprgyk (mgr.14182) 1160 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:33.546 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:33.546 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:33.563 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:33 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:31.570606+0000 mgr.smithi044.dprgyk (mgr.14182) 1161 : 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-08T03:08:33.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:33 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:31.570606+0000 mgr.smithi044.dprgyk (mgr.14182) 1161 : 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-08T03:08:33.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:34.921 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:35.668 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:33.542944+0000 mgr.smithi044.dprgyk (mgr.14182) 1162 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:35.669 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:35 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:33.571162+0000 mgr.smithi044.dprgyk (mgr.14182) 1163 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:35.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:33.542944+0000 mgr.smithi044.dprgyk (mgr.14182) 1162 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:35.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:35 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:33.571162+0000 mgr.smithi044.dprgyk (mgr.14182) 1163 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:36.391 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:36.392 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:36.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:37.766 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:37.801 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:35.571725+0000 mgr.smithi044.dprgyk (mgr.14182) 1164 : 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-08T03:08:37.802 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:37 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:36.388077+0000 mgr.smithi044.dprgyk (mgr.14182) 1165 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:37.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:35.571725+0000 mgr.smithi044.dprgyk (mgr.14182) 1164 : 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-08T03:08:37.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:37 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:36.388077+0000 mgr.smithi044.dprgyk (mgr.14182) 1165 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:39.175 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:39.175 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:39.488 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:39 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:37.572322+0000 mgr.smithi044.dprgyk (mgr.14182) 1166 : cluster [DBG] pgmap v690: 97 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-08T03:08:39.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:39.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:39 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:37.572322+0000 mgr.smithi044.dprgyk (mgr.14182) 1166 : cluster [DBG] pgmap v690: 97 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-08T03:08:40.557 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:40.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:40 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:39.171514+0000 mgr.smithi044.dprgyk (mgr.14182) 1167 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:40.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:40 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:39.171514+0000 mgr.smithi044.dprgyk (mgr.14182) 1167 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:41.553 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:41 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:39.572929+0000 mgr.smithi044.dprgyk (mgr.14182) 1168 : 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-08T03:08:41.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:41 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:39.572929+0000 mgr.smithi044.dprgyk (mgr.14182) 1168 : 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-08T03:08:41.946 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:41.946 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:42.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:43.314 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:43.657 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:41.573425+0000 mgr.smithi044.dprgyk (mgr.14182) 1169 : 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-08T03:08:43.658 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:43 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:41.942680+0000 mgr.smithi044.dprgyk (mgr.14182) 1170 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:43.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:41.573425+0000 mgr.smithi044.dprgyk (mgr.14182) 1169 : 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-08T03:08:43.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:43 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:41.942680+0000 mgr.smithi044.dprgyk (mgr.14182) 1170 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:44.716 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:44.717 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:45.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:45.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:45 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:43.574155+0000 mgr.smithi044.dprgyk (mgr.14182) 1171 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:45.813 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:45 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:43.574155+0000 mgr.smithi044.dprgyk (mgr.14182) 1171 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-08T03:08:46.107 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T03:08:46.449 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:46 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: audit 2023-11-08T03:08:44.713194+0000 mgr.smithi044.dprgyk (mgr.14182) 1172 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:46.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:46 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: audit 2023-11-08T03:08:44.713194+0000 mgr.smithi044.dprgyk (mgr.14182) 1172 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T03:08:47.490 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-11-08T03:08:47.490 INFO:teuthology.orchestra.run.smithi044.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:46:06.705240Z", "last_refresh": "2023-11-08T03:05:49.137775Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:46:02.791519Z", "last_refresh": "2023-11-08T03:05:46.732510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:46:04.816874Z", "last_refresh": "2023-11-08T03:05:49.137922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T03:02:16.135077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pwspfm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-pwspfm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.pwspfm\nDeploy daemon haproxy.nfs.foo.smithi087.pwspfm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:00:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:01:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.441155Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi044.xhirny on smithi044: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi044-xhirny\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi044.xhirny\nDeploy daemon haproxy.nfs.foo.smithi044.xhirny ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:03:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:04:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi044 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T03:04:45.442642Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.uyevdx on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:04:45.443901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi044.jmsfhy on smithi044: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T03:08:18.501252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ebllbv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi087-ebllbv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\n/bin/podman: stderr Error: no such container ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi087.ebllbv\nDeploy daemon haproxy.nfs.foo.smithi087.ebllbv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T03:06:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T03:07:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.44/16"}, "status": {"created": "2023-11-08T02:49:32.980834Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.44/16"}}, {"events": ["2023-11-08T02:49:28.940119Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:49:28.934299Z", "last_refresh": "2023-11-08T03:05:46.733300Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:46:01.806742Z", "last_refresh": "2023-11-08T03:05:46.732693Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:03.943915Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi044:172.21.15.44=smithi044", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:47:03.940855Z", "last_refresh": "2023-11-08T03:05:46.732789Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:49:32.979717Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-08T02:49:32.975795Z", "last_refresh": "2023-11-08T03:05:49.138511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:46:05.776750Z", "last_refresh": "2023-11-08T03:05:46.732874Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:47:30.974704Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:47:30.970944Z", "last_refresh": "2023-11-08T03:05:46.732956Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:46:03.889285Z", "last_refresh": "2023-11-08T03:05:49.138085Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T03:08:47.666 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:47 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: cluster 2023-11-08T03:08:45.574768+0000 mgr.smithi044.dprgyk (mgr.14182) 1173 : 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-08T03:08:47.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:47 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: cluster 2023-11-08T03:08:45.574768+0000 mgr.smithi044.dprgyk (mgr.14182) 1173 : 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-08T03:08:47.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T03:08:47.854 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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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-08T03:08:47.919 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6815dcb7919540b38ac10b6c84dc13e3 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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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-08T03:08:47.922 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-08T03:08:47.937 INFO:tasks.vip:Removing 10.0.15.44 (and any VIPs) on smithi044.front.sepia.ceph.com iface ens1f0... 2023-11-08T03:08:47.937 DEBUG:teuthology.orchestra.run.smithi044:> sudo ip addr del 10.0.15.44/16 dev ens1f0 2023-11-08T03:08:47.990 DEBUG:teuthology.orchestra.run.smithi044:> sudo ip addr del 10.0.31.44/16 dev ens1f0 2023-11-08T03:08:48.064 INFO:teuthology.orchestra.run.smithi044.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T03:08:48.065 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T03:08:48.066 INFO:tasks.vip:Removing 10.0.15.87 (and any VIPs) on smithi087.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T03:08:48.067 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr del 10.0.15.87/16 dev enp3s0f1 2023-11-08T03:08:48.106 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr del 10.0.31.44/16 dev enp3s0f1 2023-11-08T03:08:48.177 INFO:teuthology.orchestra.run.smithi087.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T03:08:48.178 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T03:08:48.179 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T03:08:48.189 INFO:tasks.cephadm:Teardown begin 2023-11-08T03:08:48.190 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T03:08:48.226 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T03:08:48.258 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T03:08:48.258 DEBUG:teuthology.orchestra.run.smithi044:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T03:08:48.289 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T03:08:48.318 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T03:08:48.319 INFO:tasks.cephadm.mon.smithi044:Stopping mon.smithi044... 2023-11-08T03:08:48.319 DEBUG:teuthology.orchestra.run.smithi044:> sudo systemctl stop ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi044 2023-11-08T03:08:48.706 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:48 smithi044 systemd[1]: Stopping Ceph mon.smithi044 for c9539b08-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T03:08:48.706 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:48 smithi044 bash[259727]: Error: no container with name or ID "ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon.smithi044" found: no such container 2023-11-08T03:08:48.707 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T03:08:48.583+0000 7f953cfbd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi044 -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-08T03:08:48.707 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:48 smithi044 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044[137656]: debug 2023-11-08T03:08:48.583+0000 7f953cfbd700 -1 mon.smithi044@0(leader) e2 *** Got Signal Terminated *** 2023-11-08T03:08:49.063 INFO:journalctl@ceph.mon.smithi044.smithi044.stdout:Nov 08 03:08:48 smithi044 bash[259765]: ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi044 2023-11-08T03:08:49.193 DEBUG:teuthology.orchestra.run.smithi044:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi044.service' 2023-11-08T03:08:49.244 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T03:08:49.244 INFO:tasks.cephadm.mon.smithi044:Stopped mon.smithi044 2023-11-08T03:08:49.245 INFO:tasks.cephadm.mon.smithi087:Stopping mon.smithi087... 2023-11-08T03:08:49.245 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi087 2023-11-08T03:08:49.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:49 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for c9539b08-7de0-11ee-8dbb-212e2dc638e7... 2023-11-08T03:08:49.554 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:49 smithi087 bash[132989]: Error: no container with name or ID "ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon.smithi087" found: no such container 2023-11-08T03:08:49.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T03:08:49.485+0000 7fb863fb8700 -1 received signal: Terminated from /run/podman-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-08T03:08:49.555 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:49 smithi087 ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087[112188]: debug 2023-11-08T03:08:49.485+0000 7fb863fb8700 -1 mon.smithi087@1(peon) e2 *** Got Signal Terminated *** 2023-11-08T03:08:50.094 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 08 03:08:49 smithi087 bash[133029]: ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7-mon-smithi087 2023-11-08T03:08:50.099 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c9539b08-7de0-11ee-8dbb-212e2dc638e7@mon.smithi087.service' 2023-11-08T03:08:50.161 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T03:08:50.161 INFO:tasks.cephadm.mon.smithi087:Stopped mon.smithi087 2023-11-08T03:08:50.162 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T03:11:35.246 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T03:12:10.847 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T03:12:10.888 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T03:12:10.918 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T03:12:10.920 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249/remote/ubuntu@smithi044.front.sepia.ceph.com/crash 2023-11-08T03:12:10.921 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T03:12:10.975 INFO:teuthology.orchestra.run.smithi044.stderr:tar: /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T03:12:10.976 INFO:teuthology.orchestra.run.smithi044.stderr:tar: Error is not recoverable: exiting now 2023-11-08T03:12:10.978 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249/remote/ubuntu@smithi087.front.sepia.ceph.com/crash 2023-11-08T03:12:10.979 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T03:12:11.047 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T03:12:11.047 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2023-11-08T03:12:11.049 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T03:12:11.049 DEBUG:teuthology.orchestra.run.smithi044:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T03:12:11.084 INFO:teuthology.orchestra.run.smithi044.stderr:grep: /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T03:12:11.086 INFO:tasks.cephadm:Compressing logs... 2023-11-08T03:12:11.087 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T03:12:11.129 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-08T03:12:11.156 INFO:teuthology.orchestra.run.smithi087.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-08T03:12:11.156 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T03:12:11.158 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi087.log 2023-11-08T03:12:11.158 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.6.log 2023-11-08T03:12:11.159 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi087.log: gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T03:12:11.161 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.2.log 2023-11-08T03:12:11.161 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.0.log 2023-11-08T03:12:11.163 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi087.stzaii.log 2023-11-08T03:12:11.163 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi087.stzaii.log: 87.5% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi087.stzaii.log.gz 2023-11-08T03:12:11.164 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi087.ewazkn.log 2023-11-08T03:12:11.164 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi087.ewazkn.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T03:12:11.165 INFO:teuthology.orchestra.run.smithi044.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-08T03:12:11.165 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T03:12:11.165 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T03:12:11.166 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.3.log 2023-11-08T03:12:11.166 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.7.log 2023-11-08T03:12:11.166 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log: /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.5.log 2023-11-08T03:12:11.167 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi044.dprgyk.log 2023-11-08T03:12:11.167 INFO:teuthology.orchestra.run.smithi087.stderr: 92.5% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T03:12:11.168 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.4.log 2023-11-08T03:12:11.168 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi044.dprgyk.log: 92.6% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T03:12:11.169 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.4.log: 93.2% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi087.ewazkn.log.gz 2023-11-08T03:12:11.172 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi044.nzsyhr.log 2023-11-08T03:12:11.172 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi044.log 2023-11-08T03:12:11.173 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi044.nzsyhr.log: 60.4% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi044.nzsyhr.log.gz 2023-11-08T03:12:11.173 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.1.log 2023-11-08T03:12:11.201 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi044.log: /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.1.log: 94.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T03:12:11.459 INFO:teuthology.orchestra.run.smithi044.stderr: 89.8% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi044.dprgyk.log.gz 2023-11-08T03:12:11.502 INFO:teuthology.orchestra.run.smithi087.stderr: 92.1% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi087.log.gz 2023-11-08T03:12:11.541 INFO:teuthology.orchestra.run.smithi087.stderr: 92.9% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.2.log.gz 2023-11-08T03:12:11.560 INFO:teuthology.orchestra.run.smithi087.stderr: 92.9% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.4.log.gz 2023-11-08T03:12:11.591 INFO:teuthology.orchestra.run.smithi044.stderr: 92.9% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.1.log.gz 2023-11-08T03:12:11.629 INFO:teuthology.orchestra.run.smithi044.stderr: 93.1% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.7.log.gz 2023-11-08T03:12:11.636 INFO:teuthology.orchestra.run.smithi087.stderr: 92.8% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.6.log.gz 2023-11-08T03:12:11.722 INFO:teuthology.orchestra.run.smithi044.stderr: 93.0% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.5.log.gz 2023-11-08T03:12:11.750 INFO:teuthology.orchestra.run.smithi087.stderr: 93.0% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.0.log.gz 2023-11-08T03:12:11.752 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-08T03:12:11.752 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.605s 2023-11-08T03:12:11.753 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m2.133s 2023-11-08T03:12:11.753 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.101s 2023-11-08T03:12:11.806 INFO:teuthology.orchestra.run.smithi044.stderr: 93.5% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-osd.3.log.gz 2023-11-08T03:12:12.003 INFO:teuthology.orchestra.run.smithi044.stderr: 89.9% -- replaced with /var/log/ceph/c9539b08-7de0-11ee-8dbb-212e2dc638e7/ceph-mon.smithi044.log.gz 2023-11-08T03:12:12.005 INFO:teuthology.orchestra.run.smithi044.stderr: 2023-11-08T03:12:12.005 INFO:teuthology.orchestra.run.smithi044.stderr:real 0m0.857s 2023-11-08T03:12:12.006 INFO:teuthology.orchestra.run.smithi044.stderr:user 0m3.154s 2023-11-08T03:12:12.006 INFO:teuthology.orchestra.run.smithi044.stderr:sys 0m0.128s 2023-11-08T03:12:12.006 INFO:tasks.cephadm:Archiving logs... 2023-11-08T03:12:12.007 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249/remote/ubuntu@smithi044.front.sepia.ceph.com/log 2023-11-08T03:12:12.008 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T03:12:12.501 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249/remote/ubuntu@smithi087.front.sepia.ceph.com/log 2023-11-08T03:12:12.503 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T03:12:12.856 INFO:tasks.cephadm:Removing cluster... 2023-11-08T03:12:12.857 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 --force 2023-11-08T03:12:13.277 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c9539b08-7de0-11ee-8dbb-212e2dc638e7 --force 2023-11-08T03:12:13.658 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T03:12:13.659 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T03:12:13.682 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T03:12:13.700 INFO:tasks.cephadm:Teardown complete 2023-11-08T03:12:13.701 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-08T03:12:13.712 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi044:/dev/vg_nvme/lv_1... 2023-11-08T03:12:13.712 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme disconnect -n lv_1 2023-11-08T03:12:13.850 INFO:teuthology.orchestra.run.smithi044.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T03:12:13.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:13.853 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi044:/dev/vg_nvme/lv_2... 2023-11-08T03:12:13.854 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme disconnect -n lv_2 2023-11-08T03:12:13.990 INFO:teuthology.orchestra.run.smithi044.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T03:12:13.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:13.992 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi044:/dev/vg_nvme/lv_3... 2023-11-08T03:12:13.993 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme disconnect -n lv_3 2023-11-08T03:12:14.132 INFO:teuthology.orchestra.run.smithi044.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T03:12:14.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:14.134 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi044:/dev/vg_nvme/lv_4... 2023-11-08T03:12:14.134 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme disconnect -n lv_4 2023-11-08T03:12:14.268 INFO:teuthology.orchestra.run.smithi044.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T03:12:14.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:14.270 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-11-08T03:12:14.270 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/scratch_devs 2023-11-08T03:12:14.306 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_1... 2023-11-08T03:12:14.306 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_1 2023-11-08T03:12:14.434 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T03:12:14.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:14.436 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_2... 2023-11-08T03:12:14.437 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_2 2023-11-08T03:12:14.571 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T03:12:14.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:14.573 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_3... 2023-11-08T03:12:14.573 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_3 2023-11-08T03:12:14.695 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T03:12:14.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:14.697 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_4... 2023-11-08T03:12:14.697 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_4 2023-11-08T03:12:14.818 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T03:12:14.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:14.820 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-08T03:12:14.820 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/scratch_devs 2023-11-08T03:12:14.846 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T03:12:14.857 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T03:12:14.858 DEBUG:teuthology.orchestra.run.smithi044:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T03:12:14.860 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T03:12:14.879 INFO:teuthology.orchestra.run.smithi044.stderr:bash: ntpq: command not found 2023-11-08T03:12:14.884 INFO:teuthology.orchestra.run.smithi044.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T03:12:14.885 INFO:teuthology.orchestra.run.smithi044.stdout:=============================================================================== 2023-11-08T03:12:14.885 INFO:teuthology.orchestra.run.smithi044.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 43 +532us[ +523us] +/- 87ms 2023-11-08T03:12:14.885 INFO:teuthology.orchestra.run.smithi044.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 -318us[ -328us] +/- 58ms 2023-11-08T03:12:14.886 INFO:teuthology.orchestra.run.smithi044.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 -80us[ -90us] +/- 86ms 2023-11-08T03:12:14.886 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T03:12:14.903 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-11-08T03:12:14.907 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T03:12:14.908 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-11-08T03:12:14.908 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 44 +550us[ +544us] +/- 87ms 2023-11-08T03:12:14.908 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv02.front.sepia.ceph.com 3 6 377 43 -311us[ -317us] +/- 58ms 2023-11-08T03:12:14.909 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 -51us[ -51us] +/- 86ms 2023-11-08T03:12:14.909 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T03:12:14.910 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T03:12:14.920 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T03:12:14.921 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T03:12:14.960 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T03:12:15.076 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-08T03:12:15.163 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T03:12:15.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:15.203 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-08T03:12:15.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:15.235 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T03:12:15.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T03:12:15.256 INFO:teuthology.task.internal:Duration was 2165.412174 seconds 2023-11-08T03:12:15.256 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T03:12:15.266 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T03:12:15.266 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T03:12:15.269 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T03:12:15.321 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T03:12:15.326 INFO:teuthology.orchestra.run.smithi044.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T03:12:15.576 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T03:12:15.577 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi044.front.sepia.ceph.com 2023-11-08T03:12:15.577 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T03:12:15.606 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2023-11-08T03:12:15.607 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-08T03:12:15.629 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T03:12:15.629 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T03:12:15.648 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T03:12:15.730 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T03:12:15.730 DEBUG:teuthology.orchestra.run.smithi044:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T03:12:15.733 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T03:12:15.894 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T03:12:15.905 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T03:12:15.905 DEBUG:teuthology.orchestra.run.smithi044:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T03:12:15.936 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T03:12:15.964 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T03:12:15.974 DEBUG:teuthology.orchestra.run.smithi044:> 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-08T03:12:15.980 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-08T03:12:16.009 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = core 2023-11-08T03:12:16.030 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2023-11-08T03:12:16.065 DEBUG:teuthology.orchestra.run.smithi044:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T03:12:16.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:16.094 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T03:12:16.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T03:12:16.122 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T03:12:16.134 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T03:12:16.135 DEBUG:teuthology.misc:Transferring archived files from smithi044:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249/remote/smithi044 2023-11-08T03:12:16.136 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T03:12:16.189 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249/remote/smithi087 2023-11-08T03:12:16.190 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T03:12:16.228 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T03:12:16.228 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T03:12:16.231 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T03:12:16.279 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T03:12:16.294 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T03:12:16.295 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T03:12:16.306 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T03:12:16.307 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T03:12:16.310 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T03:12:16.330 INFO:teuthology.orchestra.run.smithi044.stdout: 525356 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 03:12 /home/ubuntu/cephtest 2023-11-08T03:12:16.336 INFO:teuthology.orchestra.run.smithi087.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 03:12 /home/ubuntu/cephtest 2023-11-08T03:12:16.337 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T03:12:16.348 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T03:12:16.370 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T03:12:16.398 DEBUG:teuthology.nuke:shortname: smithi044 2023-11-08T03:12:16.399 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T03:12:16.423 DEBUG:teuthology.nuke:shortname: smithi087 2023-11-08T03:12:16.424 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T03:12:16.427 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 02:14:44.346693', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNI2EH4GzI491Hsj43+FwI8F29Z6ngsyvwvDd4rrWlaQBUW/bujZMSqVMHAF+5ci8WzkDiv2XV7Pf6TloRG/JFg='} 2023-11-08T03:12:16.450 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451249', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 02:14:44.348902', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB7N7u2hGs8A1tZgznKrhYQ5L7T+vu9x212SS/p821bFs2rGr15kOSx7XT9Y60Seoi2QKEGkO0aii68uu8Dm8DA='} 2023-11-08T03:12:16.472 INFO:teuthology.orchestra.console.smithi044:Power off 2023-11-08T03:12:16.473 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T03:12:16.499 DEBUG:teuthology.orchestra.console.smithi044:power off output: Chassis Power Control: Down/Off 2023-11-08T03:12:16.499 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T03:12:16.516 INFO:teuthology.orchestra.console.smithi087:Power off 2023-11-08T03:12:16.517 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T03:12:16.527 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2023-11-08T03:12:16.540 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2023-11-08T03:12:16.540 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T03:12:16.563 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-11-08T03:12:20.530 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T03:12:20.565 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T03:12:20.642 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2023-11-08T03:12:20.675 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-11-08T03:12:24.646 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T03:12:24.676 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T03:12:24.758 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is off 2023-11-08T03:12:24.789 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2023-11-08T03:12:24.860 INFO:teuthology.orchestra.console.smithi044:Power off completed 2023-11-08T03:12:24.890 INFO:teuthology.orchestra.console.smithi087:Power off completed 2023-11-08T03:12:24.995 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 2165.4121737480164 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6815dcb7919540b38ac10b6c84dc13e3 status: fail success: false 2023-11-08T03:12:24.995 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T03:12:25.083 INFO:teuthology.run:FAIL